Html Css Color HEX #B4D1AF Zanah

📋 copy color: '#B4D1AF'

red 180 ◦ green 209 ◦ blue 175

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

Shades of Zanah #B4D1AF

Tints of Zanah #B4D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.06%

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

R = 31.91%
G = 37.06%
B = 31.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#B4D1AF (or 0xB4D1AF) is known color: Zanah. HEX triplet: B4, D1 and AF. RGB value is (180,209,175). Sum of RGB (Red+Green+Blue) = 180+209+175=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D1AF is #4B2E50. Grayscale: #C4C4C4. Windows color (decimal): -4927057 or 11522484. OLE color: 11522484.

HSL color Cylindrical-coordinate representation of color #B4D1AF: hue angle of 111.18º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D1AF is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 175 -
CMYK 0.14 0 0.16 0.18
HSL 111.18º 0.27% 0.75% -
HSV(B) 111.18º 0.16% 0.82% -
XYZ 49.36 58.4 49.23 -
YUV 196.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 180 209 175 0.14 0 0.16 0.18 111.18 0.27 0.75
Hex B4 D1 AF E 0 10 12 6F 1B 4B
Octal 264 321 257 16 0 20 22 157 33 113
Binary 10110100 11010001 10101111 1110 0 10000 10010 1101111 11011 1001011

Color Harmonies of #B4D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D1AF

Black with #B4D1AF

Text Example


Text Example

White with #B4D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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