Html Css Color HEX #B5C8BA Gum Leaf

📋 copy color: '#B5C8BA'

red 181 ◦ green 200 ◦ blue 186

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

Shades of Gum Leaf #B5C8BA

Tints of Gum Leaf #B5C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.27%

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

R = 31.92%
G = 35.27%
B = 32.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#B5C8BA (or 0xB5C8BA) is known color: Gum Leaf. HEX triplet: B5, C8 and BA. RGB value is (181,200,186). Sum of RGB (Red+Green+Blue) = 181+200+186=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8BA is #4A3745. Grayscale: #C0C0C0. Windows color (decimal): -4863814 or 12241077. OLE color: 12241077.

HSL color Cylindrical-coordinate representation of color #B5C8BA: hue angle of 135.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C8BA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 200 186 -
CMYK 0.09 0 0.07 0.22
HSL 135.79º 0.15% 0.75% -
HSV(B) 135.79º 0.1% 0.78% -
XYZ 48.57 54.68 54.45 -
YUV 192.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 181 200 186 0.09 0 0.07 0.22 135.79 0.15 0.75
Hex B5 C8 BA 9 0 7 16 88 F 4B
Octal 265 310 272 11 0 7 26 210 17 113
Binary 10110101 11001000 10111010 1001 0 111 10110 10001000 1111 1001011

Color Harmonies of #B5C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C8BA

Black with #B5C8BA

Text Example


Text Example

White with #B5C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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