#BFBBD0

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

Shades of Blue Haze #BFBBD0

Tints of Blue Haze #BFBBD0

Color information

#BFBBD0 (or 0xBFBBD0) is unknown color: approx Blue Haze. HEX triplet: BF, BB and D0. RGB value is (191,187,208). Sum of RGB (Red+Green+Blue) = 191+187+208=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD0 is #40442F. Grayscale: #BEBEBE. Windows color (decimal): -4211760 or 13679551. OLE color: 13679551.

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

Color convert

RGB191187208-
CMYK0.080.1000.18
HSL251.43º18.26%77.45%-
HSV(B)251.43º10.1%81.57%-
XYZ50.6451.1766.88-
YUV190.59137.83128.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=32.59%
G=31.91%
B=35.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911872080.080.1000.18251.4318.2677.45
HexBFBBD08A012fb124d
Octal277273320101202237322115
Binary1011111110111011110100001000101001001011111011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBD0; }

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

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

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

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

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

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

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

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