#BFBCD2

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

Shades of Blue Haze #BFBCD2

Tints of Blue Haze #BFBCD2

Color information

#BFBCD2 (or 0xBFBCD2) is unknown color: approx Blue Haze. HEX triplet: BF, BC and D2. RGB value is (191,188,210). Sum of RGB (Red+Green+Blue) = 191+188+210=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD2 is #40432D. Grayscale: #BFBFBF. Windows color (decimal): -4211502 or 13810879. OLE color: 13810879.

HSL color Cylindrical-coordinate representation of color #BFBCD2: hue angle of 248.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBCD2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191188210-
CMYK0.090.1000.18
HSL248.18º19.64%78.04%-
HSV(B)248.18º10.48%82.35%-
XYZ51.151.768.26-
YUV191.4138.49127.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=32.43%
G=31.92%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911882100.090.1000.18248.1819.6478.04
HexBFBCD29A012f8144e
Octal277274322111202237024116
Binary1011111110111100110100101001101001001011111000101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCD2; }

 p { color: rgb(191,188,210); }

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

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

 a { background-color: rgb(191,188,210); }

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

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

 span { border-color: rgb(191,188,210); }

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