#BCCBBA

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

Shades of Zanah #BCCBBA

Tints of Zanah #BCCBBA

Color information

#BCCBBA (or 0xBCCBBA) is unknown color: approx Zanah. HEX triplet: BC, CB and BA. RGB value is (188,203,186). Sum of RGB (Red+Green+Blue) = 188+203+186=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBBA is #433445. Grayscale: #C4C4C4. Windows color (decimal): -4404294 or 12241852. OLE color: 12241852.

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

Color convert

RGB188203186-
CMYK0.0700.080.20
HSL112.94º14.05%76.27%-
HSV(B)112.94º8.37%79.61%-
XYZ50.9656.9554.76-
YUV196.58122.03121.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=32.58%
G=35.18%
B=32.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031860.0700.080.20112.9414.0576.27
HexBCCBBA7081471e4c
Octal27431327270102416116114
Binary1011110011001011101110101110100010100111000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBBA; }

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

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

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

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

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

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

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

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