#B4CBBA

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

Shades of Gum Leaf #B4CBBA

Tints of Gum Leaf #B4CBBA

Color information

#B4CBBA (or 0xB4CBBA) is unknown color: approx Gum Leaf. HEX triplet: B4, CB and BA. RGB value is (180,203,186). Sum of RGB (Red+Green+Blue) = 180+203+186=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBBA is #4B3445. Grayscale: #C2C2C2. Windows color (decimal): -4928582 or 12241844. OLE color: 12241844.

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

Color convert

RGB180203186-
CMYK0.1100.080.20
HSL135.65º18.11%75.1%-
HSV(B)135.65º11.33%79.61%-
XYZ49.0455.9654.67-
YUV194.18123.38117.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=31.63%
G=35.68%
B=32.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031860.1100.080.20135.6518.1175.1
HexB4CBBAB081488124b
Octal264313272130102421022113
Binary1011010011001011101110101011010001010010001000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBBA; }

 p { color: rgb(180,203,186); }

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

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

 a { background-color: rgb(180,203,186); }

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

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

 span { border-color: rgb(180,203,186); }

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