Html Css Color HEX #B5D0B2 Zanah

📋 copy color: '#B5D0B2'

red 181 ◦ green 208 ◦ blue 178

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

Shades of Zanah #B5D0B2

Tints of Zanah #B5D0B2

RGB

 RED value IS 181 (71.09% from 255) = 31.92%

 GREEN value IS 208 (81.64% from 255) = 36.68%

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 31.92%
G = 36.68%
B = 31.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#B5D0B2 (or 0xB5D0B2) is known color: Zanah. HEX triplet: B5, D0 and B2. RGB value is (181,208,178). Sum of RGB (Red+Green+Blue) = 181+208+178=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D0B2 is #4A2F4D. Grayscale: #C4C4C4. Windows color (decimal): -4861774 or 11718837. OLE color: 11718837.

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

Color convert

RGB 181 208 178 -
CMYK 0.13 0 0.14 0.18
HSL 114º 0.24% 0.76% -
HSV(B) 114º 0.14% 0.82% -
XYZ 49.65 58.15 50.73 -
YUV 196.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 181 208 178 0.13 0 0.14 0.18 114 0.24 0.76
Hex B5 D0 B2 D 0 E 12 72 18 4C
Octal 265 320 262 15 0 16 22 162 30 114
Binary 10110101 11010000 10110010 1101 0 1110 10010 1110010 11000 1001100

Color Harmonies of #B5D0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D0B2

Black with #B5D0B2

Text Example


Text Example

White with #B5D0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D0B2; }

 p { color: rgb(181,208,178); }

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

background-color css

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

 a { background-color: rgb(181,208,178); }

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

border-color css

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

 span { border-color: rgb(181,208,178); }

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