Html Css Color HEX #B5CABA Gum Leaf

📋 copy color: '#B5CABA'

red 181 ◦ green 202 ◦ blue 186

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

Shades of Gum Leaf #B5CABA

Tints of Gum Leaf #B5CABA

RGB

 RED value IS 181 (71.09% from 255) = 31.81%

 GREEN value IS 202 (79.3% from 255) = 35.5%

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

R = 31.81%
G = 35.5%
B = 32.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B5CABA (or 0xB5CABA) is known color: Gum Leaf. HEX triplet: B5, CA and BA. RGB value is (181,202,186). Sum of RGB (Red+Green+Blue) = 181+202+186=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABA is #4A3545. Grayscale: #C1C1C1. Windows color (decimal): -4863302 or 12241589. OLE color: 12241589.

HSL color Cylindrical-coordinate representation of color #B5CABA: hue angle of 134.29º degrees, saturation: 0.17, 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 #B5CABA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 186 -
CMYK 0.10 0 0.08 0.21
HSL 134.29º 0.17% 0.75% -
HSV(B) 134.29º 0.1% 0.79% -
XYZ 49.04 55.61 54.6 -
YUV 193.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 181 202 186 0.10 0 0.08 0.21 134.29 0.17 0.75
Hex B5 CA BA A 0 8 15 86 11 4B
Octal 265 312 272 12 0 10 25 206 21 113
Binary 10110101 11001010 10111010 1010 0 1000 10101 10000110 10001 1001011

Color Harmonies of #B5CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CABA

Black with #B5CABA

Text Example


Text Example

White with #B5CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CABA; }

 p { color: rgb(181,202,186); }

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

background-color css

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

 a { background-color: rgb(181,202,186); }

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

border-color css

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

 span { border-color: rgb(181,202,186); }

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