Html Css Color HEX #BABEB8 Pumice

📋 copy color: '#BABEB8'

red 186 ◦ green 190 ◦ blue 184

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

Shades of Pumice #BABEB8

Tints of Pumice #BABEB8

RGB

 RED value IS 186 (73.05% from 255) = 33.21%

 GREEN value IS 190 (74.61% from 255) = 33.93%

 BLUE value IS 184 (72.27% from 255) = 32.86%

R = 33.21%
G = 33.93%
B = 32.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BABEB8 (or 0xBABEB8) is known color: Pumice. HEX triplet: BA, BE and B8. RGB value is (186,190,184). Sum of RGB (Red+Green+Blue) = 186+190+184=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEB8 is #454147. Grayscale: #BCBCBC. Windows color (decimal): -4538696 or 12107450. OLE color: 12107450.

HSL color Cylindrical-coordinate representation of color #BABEB8: hue angle of 100º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABEB8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 190 184 -
CMYK 0.02 0 0.03 0.25
HSL 100º 0.04% 0.73% -
HSV(B) 100º 0.03% 0.75% -
XYZ 47.31 50.73 52.64 -
YUV 188.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 186 190 184 0.02 0 0.03 0.25 100 0.04 0.73
Hex BA BE B8 2 0 3 19 64 4 49
Octal 272 276 270 2 0 3 31 144 4 111
Binary 10111010 10111110 10111000 10 0 11 11001 1100100 100 1001001

Color Harmonies of #BABEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEB8

Black with #BABEB8

Text Example


Text Example

White with #BABEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEB8; }

 p { color: rgb(186,190,184); }

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

background-color css

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

 a { background-color: rgb(186,190,184); }

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

border-color css

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

 span { border-color: rgb(186,190,184); }

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