Html Css Color HEX #B2D1BA Gum Leaf

📋 copy color: '#B2D1BA'

red 178 ◦ green 209 ◦ blue 186

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

Shades of Gum Leaf #B2D1BA

Tints of Gum Leaf #B2D1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 31.06%
G = 36.47%
B = 32.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B2D1BA (or 0xB2D1BA) is known color: Gum Leaf. HEX triplet: B2, D1 and BA. RGB value is (178,209,186). Sum of RGB (Red+Green+Blue) = 178+209+186=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D1BA is #4D2E45. Grayscale: #C5C5C5. Windows color (decimal): -5058118 or 12243378. OLE color: 12243378.

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

Color convert

RGB 178 209 186 -
CMYK 0.15 0 0.11 0.18
HSL 135.48º 0.25% 0.76% -
HSV(B) 135.48º 0.15% 0.82% -
XYZ 50.02 58.61 55.13 -
YUV 197.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 178 209 186 0.15 0 0.11 0.18 135.48 0.25 0.76
Hex B2 D1 BA F 0 B 12 87 19 4C
Octal 262 321 272 17 0 13 22 207 31 114
Binary 10110010 11010001 10111010 1111 0 1011 10010 10000111 11001 1001100

Color Harmonies of #B2D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D1BA

Black with #B2D1BA

Text Example


Text Example

White with #B2D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D1BA; }

 p { color: rgb(178,209,186); }

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

background-color css

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

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

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

border-color css

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

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

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