#BBCABA

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

Shades of Zanah #BBCABA

Tints of Zanah #BBCABA

Color information

#BBCABA (or 0xBBCABA) is unknown color: approx Zanah. HEX triplet: BB, CA and BA. RGB value is (187,202,186). Sum of RGB (Red+Green+Blue) = 187+202+186=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABA is #443545. Grayscale: #C3C3C3. Windows color (decimal): -4470086 or 12241595. OLE color: 12241595.

HSL color Cylindrical-coordinate representation of color #BBCABA: hue angle of 116.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCABA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB187202186-
CMYK0.0700.080.21
HSL116.25º13.11%76.08%-
HSV(B)116.25º7.92%79.22%-
XYZ50.4856.3554.67-
YUV195.69122.53121.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=32.52%
G=35.13%
B=32.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021860.0700.080.21116.2513.1176.08
HexBBCABA7081574d4c
Octal27331227270102516415114
Binary1011101111001010101110101110100010101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCABA; }

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

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

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

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

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

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

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

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