#B8CBB7

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

Shades of Zanah #B8CBB7

Tints of Zanah #B8CBB7

Color information

#B8CBB7 (or 0xB8CBB7) is unknown color: approx Zanah. HEX triplet: B8, CB and B7. RGB value is (184,203,183). Sum of RGB (Red+Green+Blue) = 184+203+183=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBB7 is #473448. Grayscale: #C3C3C3. Windows color (decimal): -4666441 or 12045240. OLE color: 12045240.

HSL color Cylindrical-coordinate representation of color #B8CBB7: hue angle of 117º degrees, saturation: 0.16, 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 #B8CBB7 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB184203183-
CMYK0.0900.100.20
HSL117º16.13%75.69%-
HSV(B)117º9.85%79.61%-
XYZ49.6756.3253.05-
YUV195.04121.21120.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=32.28%
G=35.61%
B=32.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842031830.0900.100.2011716.1375.69
HexB8CBB790A1475104c
Octal270313267110122416520114
Binary101110001100101110110111100101010101001110101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBB7; }

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

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

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

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

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

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

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

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