Html Css Color HEX #B2D0B3 Zanah

📋 copy color: '#B2D0B3'

red 178 ◦ green 208 ◦ blue 179

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

Shades of Zanah #B2D0B3

Tints of Zanah #B2D0B3

RGB

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

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

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

R = 31.5%
G = 36.81%
B = 31.68%

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

#B2D0B3 (or 0xB2D0B3) is known color: Zanah. HEX triplet: B2, D0 and B3. RGB value is (178,208,179). Sum of RGB (Red+Green+Blue) = 178+208+179=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0B3 is #4D2F4C. Grayscale: #C3C3C3. Windows color (decimal): -5058381 or 11784370. OLE color: 11784370.

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

Color convert

RGB 178 208 179 -
CMYK 0.14 0 0.14 0.18
HSL 122º 0.24% 0.76% -
HSV(B) 122º 0.14% 0.82% -
XYZ 49.05 57.83 51.23 -
YUV 195.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 178 208 179 0.14 0 0.14 0.18 122 0.24 0.76
Hex B2 D0 B3 E 0 E 12 7A 18 4C
Octal 262 320 263 16 0 16 22 172 30 114
Binary 10110010 11010000 10110011 1110 0 1110 10010 1111010 11000 1001100

Color Harmonies of #B2D0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0B3

Black with #B2D0B3

Text Example


Text Example

White with #B2D0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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