Html Css Color HEX #B0CFBA Gum Leaf

📋 copy color: '#B0CFBA'

red 176 ◦ green 207 ◦ blue 186

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

Shades of Gum Leaf #B0CFBA

Tints of Gum Leaf #B0CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 30.93%
G = 36.38%
B = 32.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B0CFBA (or 0xB0CFBA) is known color: Gum Leaf. HEX triplet: B0, CF and BA. RGB value is (176,207,186). Sum of RGB (Red+Green+Blue) = 176+207+186=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFBA is #4F3045. Grayscale: #C3C3C3. Windows color (decimal): -5189702 or 12242864. OLE color: 12242864.

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

Color convert

RGB 176 207 186 -
CMYK 0.15 0 0.10 0.19
HSL 139.35º 0.24% 0.75% -
HSV(B) 139.35º 0.15% 0.81% -
XYZ 49.08 57.4 54.95 -
YUV 195.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 176 207 186 0.15 0 0.10 0.19 139.35 0.24 0.75
Hex B0 CF BA F 0 A 13 8B 18 4B
Octal 260 317 272 17 0 12 23 213 30 113
Binary 10110000 11001111 10111010 1111 0 1010 10011 10001011 11000 1001011

Color Harmonies of #B0CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFBA

Black with #B0CFBA

Text Example


Text Example

White with #B0CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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