#B4CFBB

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

Shades of Gum Leaf #B4CFBB

Tints of Gum Leaf #B4CFBB

Color information

#B4CFBB (or 0xB4CFBB) is unknown color: approx Gum Leaf. HEX triplet: B4, CF and BB. RGB value is (180,207,187). Sum of RGB (Red+Green+Blue) = 180+207+187=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFBB is #4B3044. Grayscale: #C4C4C4. Windows color (decimal): -4927557 or 12308404. OLE color: 12308404.

HSL color Cylindrical-coordinate representation of color #B4CFBB: hue angle of 135.56º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CFBB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB180207187-
CMYK0.1300.100.19
HSL135.56º21.95%75.88%-
HSV(B)135.56º13.04%81.18%-
XYZ50.157.9255.55-
YUV196.65122.55116.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=31.36%
G=36.06%
B=32.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071870.1300.100.19135.5621.9575.88
HexB4CFBBD0A1388164c
Octal264317273150122321026114
Binary1011010011001111101110111101010101001110001000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFBB; }

 p { color: rgb(180,207,187); }

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

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

 a { background-color: rgb(180,207,187); }

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

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

 span { border-color: rgb(180,207,187); }

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