Html Css Color HEX #B4CEB4 Zanah

📋 copy color: '#B4CEB4'

red 180 ◦ green 206 ◦ blue 180

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

Shades of Zanah #B4CEB4

Tints of Zanah #B4CEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 31.8%
G = 36.4%
B = 31.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#B4CEB4 (or 0xB4CEB4) is known color: Zanah. HEX triplet: B4, CE and B4. RGB value is (180,206,180). Sum of RGB (Red+Green+Blue) = 180+206+180=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEB4 is #4B314B. Grayscale: #C3C3C3. Windows color (decimal): -4927820 or 11849396. OLE color: 11849396.

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

Color convert

RGB 180 206 180 -
CMYK 0.13 0 0.13 0.19
HSL 120º 0.21% 0.76% -
HSV(B) 120º 0.13% 0.81% -
XYZ 49.13 57.14 51.62 -
YUV 195.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 180 206 180 0.13 0 0.13 0.19 120 0.21 0.76
Hex B4 CE B4 D 0 D 13 78 15 4C
Octal 264 316 264 15 0 15 23 170 25 114
Binary 10110100 11001110 10110100 1101 0 1101 10011 1111000 10101 1001100

Color Harmonies of #B4CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEB4

Black with #B4CEB4

Text Example


Text Example

White with #B4CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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