Html Css Color HEX #B2CBB6 Gum Leaf

📋 copy color: '#B2CBB6'

red 178 ◦ green 203 ◦ blue 182

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

Shades of Gum Leaf #B2CBB6

Tints of Gum Leaf #B2CBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.33%

R = 31.62%
G = 36.06%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#B2CBB6 (or 0xB2CBB6) is known color: Gum Leaf. HEX triplet: B2, CB and B6. RGB value is (178,203,182). Sum of RGB (Red+Green+Blue) = 178+203+182=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBB6 is #4D3449. Grayscale: #C1C1C1. Windows color (decimal): -5059658 or 11979698. OLE color: 11979698.

HSL color Cylindrical-coordinate representation of color #B2CBB6: hue angle of 129.6º 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 #B2CBB6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 182 -
CMYK 0.12 0 0.10 0.20
HSL 129.6º 0.19% 0.75% -
HSV(B) 129.6º 0.12% 0.8% -
XYZ 48.16 55.55 52.44 -
YUV 193.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 178 203 182 0.12 0 0.10 0.20 129.6 0.19 0.75
Hex B2 CB B6 C 0 A 14 82 13 4B
Octal 262 313 266 14 0 12 24 202 23 113
Binary 10110010 11001011 10110110 1100 0 1010 10100 10000010 10011 1001011

Color Harmonies of #B2CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBB6

Black with #B2CBB6

Text Example


Text Example

White with #B2CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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