Html Css Color HEX #B7D5B3 Zanah

📋 copy color: '#B7D5B3'

red 183 ◦ green 213 ◦ blue 179

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

Shades of Zanah #B7D5B3

Tints of Zanah #B7D5B3

RGB

 RED value IS 183 (71.88% from 255) = 31.83%

 GREEN value IS 213 (83.59% from 255) = 37.04%

 BLUE value IS 179 (70.31% from 255) = 31.13%

R = 31.83%
G = 37.04%
B = 31.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#B7D5B3 (or 0xB7D5B3) is known color: Zanah. HEX triplet: B7, D5 and B3. RGB value is (183,213,179). Sum of RGB (Red+Green+Blue) = 183+213+179=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5B3 is #482A4C. Grayscale: #C8C8C8. Windows color (decimal): -4729421 or 11785655. OLE color: 11785655.

HSL color Cylindrical-coordinate representation of color #B7D5B3: hue angle of 112.94º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D5B3 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 213 179 -
CMYK 0.14 0 0.16 0.16
HSL 112.94º 0.29% 0.77% -
HSV(B) 112.94º 0.16% 0.84% -
XYZ 51.46 60.91 51.69 -
YUV 200.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 183 213 179 0.14 0 0.16 0.16 112.94 0.29 0.77
Hex B7 D5 B3 E 0 10 10 71 1D 4D
Octal 267 325 263 16 0 20 20 161 35 115
Binary 10110111 11010101 10110011 1110 0 10000 10000 1110001 11101 1001101

Color Harmonies of #B7D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D5B3

Black with #B7D5B3

Text Example


Text Example

White with #B7D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D5B3; }

 p { color: rgb(183,213,179); }

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

background-color css

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

 a { background-color: rgb(183,213,179); }

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

border-color css

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

 span { border-color: rgb(183,213,179); }

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