#B3C3B4

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

Shades of Zanah #B3C3B4

Tints of Zanah #B3C3B4

Color information

#B3C3B4 (or 0xB3C3B4) is unknown color: approx Zanah. HEX triplet: B3, C3 and B4. RGB value is (179,195,180). Sum of RGB (Red+Green+Blue) = 179+195+180=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3B4 is #4C3C4B. Grayscale: #BCBCBC. Windows color (decimal): -4996172 or 11846579. OLE color: 11846579.

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

Color convert

RGB179195180-
CMYK0.0800.080.24
HSL123.75º11.76%73.33%-
HSV(B)123.75º8.21%76.47%-
XYZ46.3451.9150.76-
YUV188.51123.2121.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=32.31%
G=35.20%
B=32.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951800.0800.080.24123.7511.7673.33
HexB3C3B4808187cc49
Octal263303264100103017414111
Binary10110011110000111011010010000100011000111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3B4; }

 p { color: rgb(179,195,180); }

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

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

 a { background-color: rgb(179,195,180); }

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

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

 span { border-color: rgb(179,195,180); }

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