#BFBBCF

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

Shades of Blue Haze #BFBBCF

Tints of Blue Haze #BFBBCF

Color information

#BFBBCF (or 0xBFBBCF) is unknown color: approx Blue Haze. HEX triplet: BF, BB and CF. RGB value is (191,187,207). Sum of RGB (Red+Green+Blue) = 191+187+207=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCF is #404430. Grayscale: #BEBEBE. Windows color (decimal): -4211761 or 13614015. OLE color: 13614015.

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

Color convert

RGB191187207-
CMYK0.080.1000.19
HSL252º17.24%77.25%-
HSV(B)252º9.66%81.18%-
XYZ50.5251.1266.24-
YUV190.48137.33128.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=32.65%
G=31.97%
B=35.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911872070.080.1000.1925217.2477.25
HexBFBBCF8A013fc114d
Octal277273317101202337421115
Binary1011111110111011110011111000101001001111111100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBCF; }

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

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

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

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

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

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

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

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