#B3C0B4

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

Shades of Zanah #B3C0B4

Tints of Zanah #B3C0B4

Color information

#B3C0B4 (or 0xB3C0B4) is unknown color: approx Zanah. HEX triplet: B3, C0 and B4. RGB value is (179,192,180). Sum of RGB (Red+Green+Blue) = 179+192+180=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0B4 is #4C3F4B. Grayscale: #BABABA. Windows color (decimal): -4996940 or 11845811. OLE color: 11845811.

HSL color Cylindrical-coordinate representation of color #B3C0B4: hue angle of 124.62º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3C0B4 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB179192180-
CMYK0.0700.060.25
HSL124.62º9.35%72.75%-
HSV(B)124.62º6.77%75.29%-
XYZ45.6850.5850.54-
YUV186.74124.19122.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=32.49%
G=34.85%
B=32.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921800.0700.060.25124.629.3572.75
HexB3C0B4706197d949
Octal2633002647063117511111
Binary101100111100000010110100111011011001111110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0B4; }

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

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

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

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

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

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

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

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