Html Css Color HEX #BABEB7 Pumice

📋 copy color: '#BABEB7'

red 186 ◦ green 190 ◦ blue 183

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

Shades of Pumice #BABEB7

Tints of Pumice #BABEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.74%

R = 33.27%
G = 33.99%
B = 32.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BABEB7 (or 0xBABEB7) is known color: Pumice. HEX triplet: BA, BE and B7. RGB value is (186,190,183). Sum of RGB (Red+Green+Blue) = 186+190+183=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEB7 is #454148. Grayscale: #BCBCBC. Windows color (decimal): -4538697 or 12041914. OLE color: 12041914.

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

Color convert

RGB 186 190 183 -
CMYK 0.02 0 0.04 0.25
HSL 94.29º 0.05% 0.73% -
HSV(B) 94.29º 0.04% 0.75% -
XYZ 47.21 50.68 52.09 -
YUV 188.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 186 190 183 0.02 0 0.04 0.25 94.29 0.05 0.73
Hex BA BE B7 2 0 4 19 5E 5 49
Octal 272 276 267 2 0 4 31 136 5 111
Binary 10111010 10111110 10110111 10 0 100 11001 1011110 101 1001001

Color Harmonies of #BABEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEB7

Black with #BABEB7

Text Example


Text Example

White with #BABEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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