Html Css Color HEX #B4CEB0 Zanah

📋 copy color: '#B4CEB0'

red 180 ◦ green 206 ◦ blue 176

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

Shades of Zanah #B4CEB0

Tints of Zanah #B4CEB0

RGB

 RED value IS 180 (70.7% from 255) = 32.03%

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

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

R = 32.03%
G = 36.65%
B = 31.32%

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

#B4CEB0 (or 0xB4CEB0) is known color: Zanah. HEX triplet: B4, CE and B0. RGB value is (180,206,176). Sum of RGB (Red+Green+Blue) = 180+206+176=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEB0 is #4B314F. Grayscale: #C2C2C2. Windows color (decimal): -4927824 or 11587252. OLE color: 11587252.

HSL color Cylindrical-coordinate representation of color #B4CEB0: hue angle of 112º 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 #B4CEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 176 -
CMYK 0.13 0 0.15 0.19
HSL 112º 0.23% 0.75% -
HSV(B) 112º 0.15% 0.81% -
XYZ 48.73 56.98 49.5 -
YUV 194.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 180 206 176 0.13 0 0.15 0.19 112 0.23 0.75
Hex B4 CE B0 D 0 F 13 70 17 4B
Octal 264 316 260 15 0 17 23 160 27 113
Binary 10110100 11001110 10110000 1101 0 1111 10011 1110000 10111 1001011

Color Harmonies of #B4CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEB0

Black with #B4CEB0

Text Example


Text Example

White with #B4CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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