#B2CCBA

Color #B2CCBA Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B2CCBA

Tints of Gum Leaf #B2CCBA

Color information

#B2CCBA (or 0xB2CCBA) is unknown color: approx Gum Leaf. HEX triplet: B2, CC and BA. RGB value is (178,204,186). Sum of RGB (Red+Green+Blue) = 178+204+186=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCBA is #4D3345. Grayscale: #C2C2C2. Windows color (decimal): -5059398 or 12242098. OLE color: 12242098.

HSL color Cylindrical-coordinate representation of color #B2CCBA: hue angle of 138.46º 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 #B2CCBA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB178204186-
CMYK0.1300.090.2
HSL138.46º20.31%74.9%-
HSV(B)138.46º12.75%80%-
XYZ48.8256.254.73-
YUV194.17123.39116.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=31.34%
G=35.92%
B=32.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041860.1300.090.2138.4620.3174.9
HexB2CCBAD09148a144b
Octal262314272150112421224113
Binary1011001011001100101110101101010011010010001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCBA; }

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

 H1.HeaderClassName
 {
   color: #B2CCBA;
 }
 .AnyTagClassName
 {
   color: #B2CCBA;
 }
</style>
background-color css

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

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

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

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

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

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