#BCCABA

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

Shades of Zanah #BCCABA

Tints of Zanah #BCCABA

Color information

#BCCABA (or 0xBCCABA) is unknown color: approx Zanah. HEX triplet: BC, CA and BA. RGB value is (188,202,186). Sum of RGB (Red+Green+Blue) = 188+202+186=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABA is #433545. Grayscale: #C4C4C4. Windows color (decimal): -4404550 or 12241596. OLE color: 12241596.

HSL color Cylindrical-coordinate representation of color #BCCABA: hue angle of 112.5º 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 #BCCABA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB188202186-
CMYK0.0700.080.21
HSL112.5º13.11%76.08%-
HSV(B)112.5º7.92%79.22%-
XYZ50.7256.4854.68-
YUV195.99122.36122.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=32.64%
G=35.07%
B=32.29%

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
Decimal1882021860.0700.080.21112.513.1176.08
HexBCCABA7081570d4c
Octal27431227270102516015114
Binary1011110011001010101110101110100010101111000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCABA; }

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

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

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

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

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

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

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

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