Html Css Color HEX #BACAB0 Pumice

📋 copy color: '#BACAB0'

red 186 ◦ green 202 ◦ blue 176

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

Shades of Pumice #BACAB0

Tints of Pumice #BACAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 32.98%
G = 35.82%
B = 31.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#BACAB0 (or 0xBACAB0) is known color: Pumice. HEX triplet: BA, CA and B0. RGB value is (186,202,176). Sum of RGB (Red+Green+Blue) = 186+202+176=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAB0 is #45354F. Grayscale: #C2C2C2. Windows color (decimal): -4535632 or 11586234. OLE color: 11586234.

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

Color convert

RGB 186 202 176 -
CMYK 0.08 0 0.13 0.21
HSL 96.92º 0.2% 0.74% -
HSV(B) 96.92º 0.13% 0.79% -
XYZ 49.21 55.81 49.25 -
YUV 194.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 186 202 176 0.08 0 0.13 0.21 96.92 0.2 0.74
Hex BA CA B0 8 0 D 15 61 14 4A
Octal 272 312 260 10 0 15 25 141 24 112
Binary 10111010 11001010 10110000 1000 0 1101 10101 1100001 10100 1001010

Color Harmonies of #BACAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAB0

Black with #BACAB0

Text Example


Text Example

White with #BACAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAB0; }

 p { color: rgb(186,202,176); }

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

background-color css

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

 a { background-color: rgb(186,202,176); }

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

border-color css

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

 span { border-color: rgb(186,202,176); }

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