Html Css Color HEX #BACCB1 Pumice

📋 copy color: '#BACCB1'

red 186 ◦ green 204 ◦ blue 177

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

Shades of Pumice #BACCB1

Tints of Pumice #BACCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 32.8%
G = 35.98%
B = 31.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#BACCB1 (or 0xBACCB1) is known color: Pumice. HEX triplet: BA, CC and B1. RGB value is (186,204,177). Sum of RGB (Red+Green+Blue) = 186+204+177=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCB1 is #45334E. Grayscale: #C3C3C3. Windows color (decimal): -4535119 or 11652282. OLE color: 11652282.

HSL color Cylindrical-coordinate representation of color #BACCB1: hue angle of 100º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACCB1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 177 -
CMYK 0.09 0 0.13 0.2
HSL 100º 0.21% 0.75% -
HSV(B) 100º 0.13% 0.8% -
XYZ 49.78 56.8 49.93 -
YUV 195.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 186 204 177 0.09 0 0.13 0.2 100 0.21 0.75
Hex BA CC B1 9 0 D 14 64 15 4B
Octal 272 314 261 11 0 15 24 144 25 113
Binary 10111010 11001100 10110001 1001 0 1101 10100 1100100 10101 1001011

Color Harmonies of #BACCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCB1

Black with #BACCB1

Text Example


Text Example

White with #BACCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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