Html Css Color HEX #B0CDB9 Gum Leaf

📋 copy color: '#B0CDB9'

red 176 ◦ green 205 ◦ blue 185

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

Shades of Gum Leaf #B0CDB9

Tints of Gum Leaf #B0CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.22%

 BLUE value IS 185 (72.66% from 255) = 32.69%

R = 31.1%
G = 36.22%
B = 32.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#B0CDB9 (or 0xB0CDB9) is known color: Gum Leaf. HEX triplet: B0, CD and B9. RGB value is (176,205,185). Sum of RGB (Red+Green+Blue) = 176+205+185=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDB9 is #4F3246. Grayscale: #C2C2C2. Windows color (decimal): -5190215 or 12176816. OLE color: 12176816.

HSL color Cylindrical-coordinate representation of color #B0CDB9: hue angle of 138.62º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CDB9 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 185 -
CMYK 0.14 0 0.10 0.20
HSL 138.62º 0.22% 0.75% -
HSV(B) 138.62º 0.14% 0.8% -
XYZ 48.49 56.4 54.23 -
YUV 194.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 176 205 185 0.14 0 0.10 0.20 138.62 0.22 0.75
Hex B0 CD B9 E 0 A 14 8B 16 4B
Octal 260 315 271 16 0 12 24 213 26 113
Binary 10110000 11001101 10111001 1110 0 1010 10100 10001011 10110 1001011

Color Harmonies of #B0CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDB9

Black with #B0CDB9

Text Example


Text Example

White with #B0CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDB9; }

 p { color: rgb(176,205,185); }

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

background-color css

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

 a { background-color: rgb(176,205,185); }

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

border-color css

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

 span { border-color: rgb(176,205,185); }

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