Html Css Color HEX #B0CEB3 Gum Leaf

📋 copy color: '#B0CEB3'

red 176 ◦ green 206 ◦ blue 179

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

Shades of Gum Leaf #B0CEB3

Tints of Gum Leaf #B0CEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.91%

R = 31.37%
G = 36.72%
B = 31.91%

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

#B0CEB3 (or 0xB0CEB3) is known color: Gum Leaf. HEX triplet: B0, CE and B3. RGB value is (176,206,179). Sum of RGB (Red+Green+Blue) = 176+206+179=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB3 is #4F314C. Grayscale: #C2C2C2. Windows color (decimal): -5189965 or 11783856. OLE color: 11783856.

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

Color convert

RGB 176 206 179 -
CMYK 0.15 0 0.13 0.19
HSL 126º 0.23% 0.75% -
HSV(B) 126º 0.15% 0.81% -
XYZ 48.11 56.63 51.04 -
YUV 193.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 176 206 179 0.15 0 0.13 0.19 126 0.23 0.75
Hex B0 CE B3 F 0 D 13 7E 17 4B
Octal 260 316 263 17 0 15 23 176 27 113
Binary 10110000 11001110 10110011 1111 0 1101 10011 1111110 10111 1001011

Color Harmonies of #B0CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEB3

Black with #B0CEB3

Text Example


Text Example

White with #B0CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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