Html Css Color HEX #BACAB2 Pumice

📋 copy color: '#BACAB2'

red 186 ◦ green 202 ◦ blue 178

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

Shades of Pumice #BACAB2

Tints of Pumice #BACAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.45%

R = 32.86%
G = 35.69%
B = 31.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BACAB2 (or 0xBACAB2) is known color: Pumice. HEX triplet: BA, CA and B2. RGB value is (186,202,178). Sum of RGB (Red+Green+Blue) = 186+202+178=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAB2 is #45354D. Grayscale: #C2C2C2. Windows color (decimal): -4535630 or 11717306. OLE color: 11717306.

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

Color convert

RGB 186 202 178 -
CMYK 0.08 0 0.12 0.21
HSL 100º 0.18% 0.75% -
HSV(B) 100º 0.12% 0.79% -
XYZ 49.41 55.89 50.3 -
YUV 194.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 186 202 178 0.08 0 0.12 0.21 100 0.18 0.75
Hex BA CA B2 8 0 C 15 64 12 4B
Octal 272 312 262 10 0 14 25 144 22 113
Binary 10111010 11001010 10110010 1000 0 1100 10101 1100100 10010 1001011

Color Harmonies of #BACAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAB2

Black with #BACAB2

Text Example


Text Example

White with #BACAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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