Html Css Color HEX #BACAAE Pumice

📋 copy color: '#BACAAE'

red 186 ◦ green 202 ◦ blue 174

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

Shades of Pumice #BACAAE

Tints of Pumice #BACAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.96%

R = 33.1%
G = 35.94%
B = 30.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#BACAAE (or 0xBACAAE) is known color: Pumice. HEX triplet: BA, CA and AE. RGB value is (186,202,174). Sum of RGB (Red+Green+Blue) = 186+202+174=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAAE is #453551. Grayscale: #C2C2C2. Windows color (decimal): -4535634 or 11455162. OLE color: 11455162.

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

Color convert

RGB 186 202 174 -
CMYK 0.08 0 0.14 0.21
HSL 94.29º 0.21% 0.74% -
HSV(B) 94.29º 0.14% 0.79% -
XYZ 49.01 55.74 48.22 -
YUV 194.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 186 202 174 0.08 0 0.14 0.21 94.29 0.21 0.74
Hex BA CA AE 8 0 E 15 5E 15 4A
Octal 272 312 256 10 0 16 25 136 25 112
Binary 10111010 11001010 10101110 1000 0 1110 10101 1011110 10101 1001010

Color Harmonies of #BACAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAAE

Black with #BACAAE

Text Example


Text Example

White with #BACAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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