Html Css Color HEX #B0CEB4 Gum Leaf

📋 copy color: '#B0CEB4'

red 176 ◦ green 206 ◦ blue 180

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

Shades of Gum Leaf #B0CEB4

Tints of Gum Leaf #B0CEB4

RGB

 RED value IS 176 (69.14% from 255) = 31.32%

 GREEN value IS 206 (80.86% from 255) = 36.65%

 BLUE value IS 180 (70.7% from 255) = 32.03%

R = 31.32%
G = 36.65%
B = 32.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#B0CEB4 (or 0xB0CEB4) is known color: Gum Leaf. HEX triplet: B0, CE and B4. RGB value is (176,206,180). Sum of RGB (Red+Green+Blue) = 176+206+180=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB4 is #4F314B. Grayscale: #C2C2C2. Windows color (decimal): -5189964 or 11849392. OLE color: 11849392.

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

Color convert

RGB 176 206 180 -
CMYK 0.15 0 0.13 0.19
HSL 128º 0.23% 0.75% -
HSV(B) 128º 0.15% 0.81% -
XYZ 48.21 56.67 51.58 -
YUV 194.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 176 206 180 0.15 0 0.13 0.19 128 0.23 0.75
Hex B0 CE B4 F 0 D 13 80 17 4B
Octal 260 316 264 17 0 15 23 200 27 113
Binary 10110000 11001110 10110100 1111 0 1101 10011 10000000 10111 1001011

Color Harmonies of #B0CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEB4

Black with #B0CEB4

Text Example


Text Example

White with #B0CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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