Html Css Color HEX #B3CEB0 Zanah

📋 copy color: '#B3CEB0'

red 179 ◦ green 206 ◦ blue 176

#B3CEB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #B3CEB0

Tints of Zanah #B3CEB0

RGB

 RED value IS 179 (70.31% from 255) = 31.91%

 GREEN value IS 206 (80.86% from 255) = 36.72%

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 31.91%
G = 36.72%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#B3CEB0 (or 0xB3CEB0) is known color: Zanah. HEX triplet: B3, CE and B0. RGB value is (179,206,176). Sum of RGB (Red+Green+Blue) = 179+206+176=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CEB0 is #4C314F. Grayscale: #C2C2C2. Windows color (decimal): -4993360 or 11587251. OLE color: 11587251.

HSL color Cylindrical-coordinate representation of color #B3CEB0: hue angle of 114º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3CEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 206 176 -
CMYK 0.13 0 0.15 0.19
HSL 114º 0.23% 0.75% -
HSV(B) 114º 0.15% 0.81% -
XYZ 48.5 56.86 49.49 -
YUV 194.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 179 206 176 0.13 0 0.15 0.19 114 0.23 0.75
Hex B3 CE B0 D 0 F 13 72 17 4B
Octal 263 316 260 15 0 17 23 162 27 113
Binary 10110011 11001110 10110000 1101 0 1111 10011 1110010 10111 1001011

Color Harmonies of #B3CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CEB0

Black with #B3CEB0

Text Example


Text Example

White with #B3CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CEB0; }

 p { color: rgb(179,206,176); }

 H1.HeaderClassName
 {
   color: #B3CEB0;
 }
 .AnyTagClassName
 {
   color: #B3CEB0;
 }
</style>

background-color css

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

 a { background-color: rgb(179,206,176); }

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

border-color css

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

 span { border-color: rgb(179,206,176); }

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