Html Css Color HEX #B2CBB9 Gum Leaf

📋 copy color: '#B2CBB9'

red 178 ◦ green 203 ◦ blue 185

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

Shades of Gum Leaf #B2CBB9

Tints of Gum Leaf #B2CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

 BLUE value IS 185 (72.66% from 255) = 32.69%

R = 31.45%
G = 35.87%
B = 32.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#B2CBB9 (or 0xB2CBB9) is known color: Gum Leaf. HEX triplet: B2, CB and B9. RGB value is (178,203,185). Sum of RGB (Red+Green+Blue) = 178+203+185=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBB9 is #4D3446. Grayscale: #C1C1C1. Windows color (decimal): -5059655 or 12176306. OLE color: 12176306.

HSL color Cylindrical-coordinate representation of color #B2CBB9: hue angle of 136.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CBB9 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 185 -
CMYK 0.12 0 0.09 0.20
HSL 136.8º 0.19% 0.75% -
HSV(B) 136.8º 0.12% 0.8% -
XYZ 48.47 55.68 54.09 -
YUV 193.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 178 203 185 0.12 0 0.09 0.20 136.8 0.19 0.75
Hex B2 CB B9 C 0 9 14 89 13 4B
Octal 262 313 271 14 0 11 24 211 23 113
Binary 10110010 11001011 10111001 1100 0 1001 10100 10001001 10011 1001011

Color Harmonies of #B2CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBB9

Black with #B2CBB9

Text Example


Text Example

White with #B2CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBB9; }

 p { color: rgb(178,203,185); }

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

background-color css

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

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

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

border-color css

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

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

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