Html Css Color HEX #B0CFB6 Gum Leaf

📋 copy color: '#B0CFB6'

red 176 ◦ green 207 ◦ blue 182

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

Shades of Gum Leaf #B0CFB6

Tints of Gum Leaf #B0CFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 31.15%
G = 36.64%
B = 32.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#B0CFB6 (or 0xB0CFB6) is known color: Gum Leaf. HEX triplet: B0, CF and B6. RGB value is (176,207,182). Sum of RGB (Red+Green+Blue) = 176+207+182=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFB6 is #4F3049. Grayscale: #C2C2C2. Windows color (decimal): -5189706 or 11980720. OLE color: 11980720.

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

Color convert

RGB 176 207 182 -
CMYK 0.15 0 0.12 0.19
HSL 131.61º 0.24% 0.75% -
HSV(B) 131.61º 0.15% 0.81% -
XYZ 48.66 57.23 52.74 -
YUV 194.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 176 207 182 0.15 0 0.12 0.19 131.61 0.24 0.75
Hex B0 CF B6 F 0 C 13 84 18 4B
Octal 260 317 266 17 0 14 23 204 30 113
Binary 10110000 11001111 10110110 1111 0 1100 10011 10000100 11000 1001011

Color Harmonies of #B0CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFB6

Black with #B0CFB6

Text Example


Text Example

White with #B0CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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