Html Css Color HEX #B2CCB6 Gum Leaf

📋 copy color: '#B2CCB6'

red 178 ◦ green 204 ◦ blue 182

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

Shades of Gum Leaf #B2CCB6

Tints of Gum Leaf #B2CCB6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

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

R = 31.56%
G = 36.17%
B = 32.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#B2CCB6 (or 0xB2CCB6) is known color: Gum Leaf. HEX triplet: B2, CC and B6. RGB value is (178,204,182). Sum of RGB (Red+Green+Blue) = 178+204+182=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCB6 is #4D3349. Grayscale: #C1C1C1. Windows color (decimal): -5059402 or 11979954. OLE color: 11979954.

HSL color Cylindrical-coordinate representation of color #B2CCB6: hue angle of 129.23º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCB6 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 182 -
CMYK 0.13 0 0.11 0.2
HSL 129.23º 0.2% 0.75% -
HSV(B) 129.23º 0.13% 0.8% -
XYZ 48.4 56.03 52.52 -
YUV 193.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 178 204 182 0.13 0 0.11 0.2 129.23 0.2 0.75
Hex B2 CC B6 D 0 B 14 81 14 4B
Octal 262 314 266 15 0 13 24 201 24 113
Binary 10110010 11001100 10110110 1101 0 1011 10100 10000001 10100 1001011

Color Harmonies of #B2CCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCB6

Black with #B2CCB6

Text Example


Text Example

White with #B2CCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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