Html Css Color HEX #BAC4B1 Pumice

📋 copy color: '#BAC4B1'

red 186 ◦ green 196 ◦ blue 177

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

Shades of Pumice #BAC4B1

Tints of Pumice #BAC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.06%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 33.27%
G = 35.06%
B = 31.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BAC4B1 (or 0xBAC4B1) is known color: Pumice. HEX triplet: BA, C4 and B1. RGB value is (186,196,177). Sum of RGB (Red+Green+Blue) = 186+196+177=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4B1 is #453B4E. Grayscale: #BEBEBE. Windows color (decimal): -4537167 or 11650234. OLE color: 11650234.

HSL color Cylindrical-coordinate representation of color #BAC4B1: hue angle of 91.58º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC4B1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 177 -
CMYK 0.05 0 0.10 0.23
HSL 91.58º 0.14% 0.73% -
HSV(B) 91.58º 0.1% 0.77% -
XYZ 47.93 53.09 49.32 -
YUV 190.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 186 196 177 0.05 0 0.10 0.23 91.58 0.14 0.73
Hex BA C4 B1 5 0 A 17 5C E 49
Octal 272 304 261 5 0 12 27 134 16 111
Binary 10111010 11000100 10110001 101 0 1010 10111 1011100 1110 1001001

Color Harmonies of #BAC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4B1

Black with #BAC4B1

Text Example


Text Example

White with #BAC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4B1; }

 p { color: rgb(186,196,177); }

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

background-color css

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

 a { background-color: rgb(186,196,177); }

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

border-color css

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

 span { border-color: rgb(186,196,177); }

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