#BBC6BA

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

Shades of Zanah #BBC6BA

Tints of Zanah #BBC6BA

Color information

#BBC6BA (or 0xBBC6BA) is unknown color: approx Zanah. HEX triplet: BB, C6 and BA. RGB value is (187,198,186). Sum of RGB (Red+Green+Blue) = 187+198+186=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BA is #443945. Grayscale: #C1C1C1. Windows color (decimal): -4471110 or 12240571. OLE color: 12240571.

HSL color Cylindrical-coordinate representation of color #BBC6BA: hue angle of 115º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC6BA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB187198186-
CMYK0.0600.060.22
HSL115º9.52%75.29%-
HSV(B)115º6.06%77.65%-
XYZ49.5554.554.36-
YUV193.34123.86123.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=32.75%
G=34.68%
B=32.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981860.0600.060.221159.5275.29
HexBBC6BA6061673a4b
Octal2733062726062616312113
Binary101110111100011010111010110011010110111001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6BA; }

 p { color: rgb(187,198,186); }

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

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

 a { background-color: rgb(187,198,186); }

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

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

 span { border-color: rgb(187,198,186); }

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