#BFBBCC

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

Shades of Blue Haze #BFBBCC

Tints of Blue Haze #BFBBCC

Color information

#BFBBCC (or 0xBFBBCC) is unknown color: approx Blue Haze. HEX triplet: BF, BB and CC. RGB value is (191,187,204). Sum of RGB (Red+Green+Blue) = 191+187+204=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCC is #404433. Grayscale: #BEBEBE. Windows color (decimal): -4211764 or 13417407. OLE color: 13417407.

HSL color Cylindrical-coordinate representation of color #BFBBCC: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBBCC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191187204-
CMYK0.060.0800.2
HSL254.12º14.29%76.67%-
HSV(B)254.12º8.33%80%-
XYZ50.1650.9864.32-
YUV190.13135.83128.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=32.82%
G=32.13%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911872040.060.0800.2254.1214.2976.67
HexBFBBCC68014fee4d
Octal27727331461002437616115
Binary10111111101110111100110011010000101001111111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBCC; }

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

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

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

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

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

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

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

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