#BDCBF4

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

Shades of Periwinkle #BDCBF4

Tints of Periwinkle #BDCBF4

Color information

#BDCBF4 (or 0xBDCBF4) is unknown color: approx Periwinkle. HEX triplet: BD, CB and F4. RGB value is (189,203,244). Sum of RGB (Red+Green+Blue) = 189+203+244=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDCBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBF4 is #42340B. Grayscale: #CBCBCB. Windows color (decimal): -4338700 or 16042941. OLE color: 16042941.

HSL color Cylindrical-coordinate representation of color #BDCBF4: hue angle of 224.73º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCBF4 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189203244-
CMYK0.230.1700.04
HSL224.73º71.43%84.9%-
HSV(B)224.73º22.54%95.69%-
XYZ58.6760.0694.09-
YUV203.49150.86117.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 244 (95.70% from 255) = 38.36%
R=29.72%
G=31.92%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892032440.230.1700.04224.7371.4384.9
HexBDCBF4171104e14755
Octal275313364272104341107125
Binary101111011100101111110100101111000101001110000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBF4; }

 p { color: rgb(189,203,244); }

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

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

 a { background-color: rgb(189,203,244); }

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

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

 span { border-color: rgb(189,203,244); }

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