#B8CCB7

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

Shades of Zanah #B8CCB7

Tints of Zanah #B8CCB7

Color information

#B8CCB7 (or 0xB8CCB7) is unknown color: approx Zanah. HEX triplet: B8, CC and B7. RGB value is (184,204,183). Sum of RGB (Red+Green+Blue) = 184+204+183=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCB7 is #473348. Grayscale: #C3C3C3. Windows color (decimal): -4666185 or 12045496. OLE color: 12045496.

HSL color Cylindrical-coordinate representation of color #B8CCB7: hue angle of 117.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCB7 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB184204183-
CMYK0.1000.100.2
HSL117.14º17.07%75.88%-
HSV(B)117.14º10.29%80%-
XYZ49.9156.7953.13-
YUV195.63120.87119.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=32.22%
G=35.73%
B=32.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041830.1000.100.2117.1417.0775.88
HexB8CCB7A0A1475114c
Octal270314267120122416521114
Binary101110001100110010110111101001010101001110101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCB7; }

 p { color: rgb(184,204,183); }

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

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

 a { background-color: rgb(184,204,183); }

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

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

 span { border-color: rgb(184,204,183); }

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