Html Css Color HEX #BAC3B1 Pumice

📋 copy color: '#BAC3B1'

red 186 ◦ green 195 ◦ blue 177

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

Shades of Pumice #BAC3B1

Tints of Pumice #BAC3B1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.95%

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

R = 33.33%
G = 34.95%
B = 31.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BAC3B1 (or 0xBAC3B1) is known color: Pumice. HEX triplet: BA, C3 and B1. RGB value is (186,195,177). Sum of RGB (Red+Green+Blue) = 186+195+177=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3B1 is #453C4E. Grayscale: #BEBEBE. Windows color (decimal): -4537423 or 11649978. OLE color: 11649978.

HSL color Cylindrical-coordinate representation of color #BAC3B1: hue angle of 90º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC3B1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 177 -
CMYK 0.05 0 0.09 0.24
HSL 90º 0.13% 0.73% -
HSV(B) 90º 0.09% 0.76% -
XYZ 47.7 52.64 49.24 -
YUV 190.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 186 195 177 0.05 0 0.09 0.24 90 0.13 0.73
Hex BA C3 B1 5 0 9 18 5A D 49
Octal 272 303 261 5 0 11 30 132 15 111
Binary 10111010 11000011 10110001 101 0 1001 11000 1011010 1101 1001001

Color Harmonies of #BAC3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3B1

Black with #BAC3B1

Text Example


Text Example

White with #BAC3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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