Html Css Color HEX #B0CEB7 Gum Leaf

📋 copy color: '#B0CEB7'

red 176 ◦ green 206 ◦ blue 183

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

Shades of Gum Leaf #B0CEB7

Tints of Gum Leaf #B0CEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.39%

R = 31.15%
G = 36.46%
B = 32.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#B0CEB7 (or 0xB0CEB7) is known color: Gum Leaf. HEX triplet: B0, CE and B7. RGB value is (176,206,183). Sum of RGB (Red+Green+Blue) = 176+206+183=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB7 is #4F3148. Grayscale: #C2C2C2. Windows color (decimal): -5189961 or 12046000. OLE color: 12046000.

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

Color convert

RGB 176 206 183 -
CMYK 0.15 0 0.11 0.19
HSL 134º 0.23% 0.75% -
HSV(B) 134º 0.15% 0.81% -
XYZ 48.52 56.79 53.2 -
YUV 194.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 176 206 183 0.15 0 0.11 0.19 134 0.23 0.75
Hex B0 CE B7 F 0 B 13 86 17 4B
Octal 260 316 267 17 0 13 23 206 27 113
Binary 10110000 11001110 10110111 1111 0 1011 10011 10000110 10111 1001011

Color Harmonies of #B0CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEB7

Black with #B0CEB7

Text Example


Text Example

White with #B0CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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