Html Css Color HEX #B2D0B2 Zanah

📋 copy color: '#B2D0B2'

red 178 ◦ green 208 ◦ blue 178

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

Shades of Zanah #B2D0B2

Tints of Zanah #B2D0B2

RGB

 RED value IS 178 (69.92% from 255) = 31.56%

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

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

R = 31.56%
G = 36.88%
B = 31.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#B2D0B2 (or 0xB2D0B2) is known color: Zanah. HEX triplet: B2, D0 and B2. RGB value is (178,208,178). Sum of RGB (Red+Green+Blue) = 178+208+178=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0B2 is #4D2F4D. Grayscale: #C3C3C3. Windows color (decimal): -5058382 or 11718834. OLE color: 11718834.

HSL color Cylindrical-coordinate representation of color #B2D0B2: hue angle of 120º 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 #B2D0B2 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 178 -
CMYK 0.14 0 0.14 0.18
HSL 120º 0.24% 0.76% -
HSV(B) 120º 0.14% 0.82% -
XYZ 48.95 57.79 50.69 -
YUV 195.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 178 208 178 0.14 0 0.14 0.18 120 0.24 0.76
Hex B2 D0 B2 E 0 E 12 78 18 4C
Octal 262 320 262 16 0 16 22 170 30 114
Binary 10110010 11010000 10110010 1110 0 1110 10010 1111000 11000 1001100

Color Harmonies of #B2D0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0B2

Black with #B2D0B2

Text Example


Text Example

White with #B2D0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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