#BFBBD2

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

Shades of Blue Haze #BFBBD2

Tints of Blue Haze #BFBBD2

Color information

#BFBBD2 (or 0xBFBBD2) is unknown color: approx Blue Haze. HEX triplet: BF, BB and D2. RGB value is (191,187,210). Sum of RGB (Red+Green+Blue) = 191+187+210=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD2 is #40442D. Grayscale: #BEBEBE. Windows color (decimal): -4211758 or 13810623. OLE color: 13810623.

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

Color convert

RGB191187210-
CMYK0.090.1100.18
HSL250.43º20.35%77.84%-
HSV(B)250.43º10.95%82.35%-
XYZ50.8951.2768.19-
YUV190.82138.83128.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=32.48%
G=31.80%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911872100.090.1100.18250.4320.3577.84
HexBFBBD29B012fa144e
Octal277273322111302237224116
Binary1011111110111011110100101001101101001011111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBD2; }

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

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

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

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

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

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

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

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