Html Css Color HEX #B4CEAF Zanah

📋 copy color: '#B4CEAF'

red 180 ◦ green 206 ◦ blue 175

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

Shades of Zanah #B4CEAF

Tints of Zanah #B4CEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 32.09%
G = 36.72%
B = 31.19%

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

#B4CEAF (or 0xB4CEAF) is known color: Zanah. HEX triplet: B4, CE and AF. RGB value is (180,206,175). Sum of RGB (Red+Green+Blue) = 180+206+175=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEAF is #4B3150. Grayscale: #C2C2C2. Windows color (decimal): -4927825 or 11521716. OLE color: 11521716.

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

Color convert

RGB 180 206 175 -
CMYK 0.13 0 0.15 0.19
HSL 110.32º 0.24% 0.75% -
HSV(B) 110.32º 0.15% 0.81% -
XYZ 48.63 56.94 48.99 -
YUV 194.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 180 206 175 0.13 0 0.15 0.19 110.32 0.24 0.75
Hex B4 CE AF D 0 F 13 6E 18 4B
Octal 264 316 257 15 0 17 23 156 30 113
Binary 10110100 11001110 10101111 1101 0 1111 10011 1101110 11000 1001011

Color Harmonies of #B4CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEAF

Black with #B4CEAF

Text Example


Text Example

White with #B4CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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