#BBBDBF

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

Shades of Heather #BBBDBF

Tints of Heather #BBBDBF

Color information

#BBBDBF (or 0xBBBDBF) is unknown color: approx Heather. HEX triplet: BB, BD and BF. RGB value is (187,189,191). Sum of RGB (Red+Green+Blue) = 187+189+191=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDBF is #444240. Grayscale: #BCBCBC. Windows color (decimal): -4473409 or 12565947. OLE color: 12565947.

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

Color convert

RGB187189191-
CMYK0.020.0100.25
HSL210º3.03%74.12%-
HSV(B)210º2.09%74.9%-
XYZ48.150.7256.55-
YUV188.63129.34126.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 33.69%
R=32.98%
G=33.33%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871891910.020.0100.252103.0374.12
HexBBBDBF21019d234a
Octal273275277210313223112
Binary10111011101111011011111110101100111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDBF; }

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

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

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

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

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

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

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

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