#BDCBF6

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

Shades of Periwinkle #BDCBF6

Tints of Periwinkle #BDCBF6

Color information

#BDCBF6 (or 0xBDCBF6) is unknown color: approx Periwinkle. HEX triplet: BD, CB and F6. RGB value is (189,203,246). Sum of RGB (Red+Green+Blue) = 189+203+246=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBF6 is #423409. Grayscale: #CBCBCB. Windows color (decimal): -4338698 or 16174013. OLE color: 16174013.

HSL color Cylindrical-coordinate representation of color #BDCBF6: hue angle of 225.26º degrees, saturation: 0.76, 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 #BDCBF6 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189203246-
CMYK0.230.1700.04
HSL225.26º76%85.29%-
HSV(B)225.26º23.17%96.47%-
XYZ58.9860.1895.7-
YUV203.72151.86117.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=29.62%
G=31.82%
B=38.56%

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
Decimal1892032460.230.1700.04225.267685.29
HexBDCBF6171104e14c55
Octal275313366272104341114125
Binary101111011100101111110110101111000101001110000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBF6; }

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

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

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

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

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

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

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

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