#BBBFC3

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

Shades of Heather #BBBFC3

Tints of Heather #BBBFC3

Color information

#BBBFC3 (or 0xBBBFC3) is unknown color: approx Heather. HEX triplet: BB, BF and C3. RGB value is (187,191,195). Sum of RGB (Red+Green+Blue) = 187+191+195=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC3 is #44403C. Grayscale: #BEBEBE. Windows color (decimal): -4472893 or 12828603. OLE color: 12828603.

HSL color Cylindrical-coordinate representation of color #BBBFC3: hue angle of 210º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBFC3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187191195-
CMYK0.040.0200.24
HSL210º6.25%74.9%-
HSV(B)210º4.1%76.47%-
XYZ48.9751.7759.04-
YUV190.26130.67125.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=32.64%
G=33.33%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871911950.040.0200.242106.2574.9
HexBBBFC342018d264b
Octal273277303420303226113
Binary10111011101111111100001110010011000110100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFC3; }

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

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

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

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

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

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

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

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