Html Css Color HEX #BAC4B2 Pumice

📋 copy color: '#BAC4B2'

red 186 ◦ green 196 ◦ blue 178

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

Shades of Pumice #BAC4B2

Tints of Pumice #BAC4B2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 33.21%
G = 35%
B = 31.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#BAC4B2 (or 0xBAC4B2) is known color: Pumice. HEX triplet: BA, C4 and B2. RGB value is (186,196,178). Sum of RGB (Red+Green+Blue) = 186+196+178=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4B2 is #453B4D. Grayscale: #BFBFBF. Windows color (decimal): -4537166 or 11715770. OLE color: 11715770.

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

Color convert

RGB 186 196 178 -
CMYK 0.05 0 0.09 0.23
HSL 93.33º 0.13% 0.73% -
HSV(B) 93.33º 0.09% 0.77% -
XYZ 48.03 53.13 49.84 -
YUV 190.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 186 196 178 0.05 0 0.09 0.23 93.33 0.13 0.73
Hex BA C4 B2 5 0 9 17 5D D 49
Octal 272 304 262 5 0 11 27 135 15 111
Binary 10111010 11000100 10110010 101 0 1001 10111 1011101 1101 1001001

Color Harmonies of #BAC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4B2

Black with #BAC4B2

Text Example


Text Example

White with #BAC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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