#B7C3B8

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

Shades of Zanah #B7C3B8

Tints of Zanah #B7C3B8

Color information

#B7C3B8 (or 0xB7C3B8) is unknown color: approx Zanah. HEX triplet: B7, C3 and B8. RGB value is (183,195,184). Sum of RGB (Red+Green+Blue) = 183+195+184=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3B8 is #483C47. Grayscale: #BEBEBE. Windows color (decimal): -4734024 or 12108727. OLE color: 12108727.

HSL color Cylindrical-coordinate representation of color #B7C3B8: hue angle of 125º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7C3B8 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB183195184-
CMYK0.0600.060.24
HSL125º9.09%74.12%-
HSV(B)125º6.15%76.47%-
XYZ47.752.5652.98-
YUV190.16124.52122.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=32.56%
G=34.70%
B=32.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951840.0600.060.241259.0974.12
HexB7C3B8606187d94a
Octal2673032706063017511112
Binary101101111100001110111000110011011000111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3B8; }

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

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

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

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

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

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

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

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