Html Css Color HEX #B0CFB8 Gum Leaf

📋 copy color: '#B0CFB8'

red 176 ◦ green 207 ◦ blue 184

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

Shades of Gum Leaf #B0CFB8

Tints of Gum Leaf #B0CFB8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.51%

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 31.04%
G = 36.51%
B = 32.45%

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

#B0CFB8 (or 0xB0CFB8) is known color: Gum Leaf. HEX triplet: B0, CF and B8. RGB value is (176,207,184). Sum of RGB (Red+Green+Blue) = 176+207+184=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFB8 is #4F3047. Grayscale: #C3C3C3. Windows color (decimal): -5189704 or 12111792. OLE color: 12111792.

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

Color convert

RGB 176 207 184 -
CMYK 0.15 0 0.11 0.19
HSL 135.48º 0.24% 0.75% -
HSV(B) 135.48º 0.15% 0.81% -
XYZ 48.87 57.32 53.83 -
YUV 195.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 176 207 184 0.15 0 0.11 0.19 135.48 0.24 0.75
Hex B0 CF B8 F 0 B 13 87 18 4B
Octal 260 317 270 17 0 13 23 207 30 113
Binary 10110000 11001111 10111000 1111 0 1011 10011 10000111 11000 1001011

Color Harmonies of #B0CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFB8

Black with #B0CFB8

Text Example


Text Example

White with #B0CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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