#B0CEB8

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

Shades of Gum Leaf #B0CEB8

Tints of Gum Leaf #B0CEB8

Color information

#B0CEB8 (or 0xB0CEB8) is unknown color: approx Gum Leaf. HEX triplet: B0, CE and B8. RGB value is (176,206,184). Sum of RGB (Red+Green+Blue) = 176+206+184=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB8 is #4F3147. Grayscale: #C2C2C2. Windows color (decimal): -5189960 or 12111536. OLE color: 12111536.

HSL color Cylindrical-coordinate representation of color #B0CEB8: hue angle of 136º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEB8 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB176206184-
CMYK0.1500.110.19
HSL136º23.44%74.9%-
HSV(B)136º14.56%80.78%-
XYZ48.6356.8353.75-
YUV194.52122.06114.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 184 (72.27% from 255) = 32.51%
R=31.10%
G=36.40%
B=32.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061840.1500.110.1913623.4474.9
HexB0CEB8F0B1388174b
Octal260316270170132321027113
Binary1011000011001110101110001111010111001110001000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEB8; }

 p { color: rgb(176,206,184); }

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

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

 a { background-color: rgb(176,206,184); }

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

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

 span { border-color: rgb(176,206,184); }

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