Html Css Color HEX #B4C9BA Gum Leaf

📋 copy color: '#B4C9BA'

red 180 ◦ green 201 ◦ blue 186

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

Shades of Gum Leaf #B4C9BA

Tints of Gum Leaf #B4C9BA

RGB

 RED value IS 180 (70.7% from 255) = 31.75%

 GREEN value IS 201 (78.91% from 255) = 35.45%

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

R = 31.75%
G = 35.45%
B = 32.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#B4C9BA (or 0xB4C9BA) is known color: Gum Leaf. HEX triplet: B4, C9 and BA. RGB value is (180,201,186). Sum of RGB (Red+Green+Blue) = 180+201+186=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9BA is #4B3645. Grayscale: #C1C1C1. Windows color (decimal): -4929094 or 12241332. OLE color: 12241332.

HSL color Cylindrical-coordinate representation of color #B4C9BA: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C9BA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 186 -
CMYK 0.10 0 0.07 0.21
HSL 137.14º 0.16% 0.75% -
HSV(B) 137.14º 0.1% 0.79% -
XYZ 48.57 55.02 54.51 -
YUV 193.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 180 201 186 0.10 0 0.07 0.21 137.14 0.16 0.75
Hex B4 C9 BA A 0 7 15 89 10 4B
Octal 264 311 272 12 0 7 25 211 20 113
Binary 10110100 11001001 10111010 1010 0 111 10101 10001001 10000 1001011

Color Harmonies of #B4C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9BA

Black with #B4C9BA

Text Example


Text Example

White with #B4C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9BA; }

 p { color: rgb(180,201,186); }

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

background-color css

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

 a { background-color: rgb(180,201,186); }

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

border-color css

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

 span { border-color: rgb(180,201,186); }

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