#BDCDFB

Color #BDCDFB Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BDCDFB

Tints of Periwinkle #BDCDFB

Color information

#BDCDFB (or 0xBDCDFB) is unknown color: approx Periwinkle. HEX triplet: BD, CD and FB. RGB value is (189,205,251). Sum of RGB (Red+Green+Blue) = 189+205+251=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDFB is #423204. Grayscale: #CDCDCD. Windows color (decimal): -4338181 or 16502205. OLE color: 16502205.

HSL color Cylindrical-coordinate representation of color #BDCDFB: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCDFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189205251-
CMYK0.250.1800.02
HSL224.52º88.57%86.27%-
HSV(B)224.52º24.7%98.43%-
XYZ60.2361.4599.95-
YUV205.46153.7116.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=29.30%
G=31.78%
B=38.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892052510.250.1800.02224.5288.5786.27
HexBDCDFB191202e15956
Octal275315373312202341131126
Binary10111101110011011111101111001100100101110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDFB; }

 p { color: rgb(189,205,251); }

 H1.HeaderClassName
 {
   color: #BDCDFB;
 }
 .AnyTagClassName
 {
   color: #BDCDFB;
 }
</style>
background-color css

<style>
 a { background-color: #BDCDFB; }

 a { background-color: rgb(189,205,251); }

 div.DivClassName
 {
   background-color: #BDCDFB;
 }
 .BgClassName
 {
   background-color: #BDCDFB;
 }
</style>
border-color css

<style>
 span { border-color: #BDCDFB; }

 span { border-color: rgb(189,205,251); }

 td.TdClassName
 {
   border-color: #BDCDFB;
 }
 .TagClassName
 {
   border-color: #BDCDFB;
 }
</style>