Html Css Color HEX #BACCB0 Pumice

📋 copy color: '#BACCB0'

red 186 ◦ green 204 ◦ blue 176

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

Shades of Pumice #BACCB0

Tints of Pumice #BACCB0

RGB

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

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

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

R = 32.86%
G = 36.04%
B = 31.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#BACCB0 (or 0xBACCB0) is known color: Pumice. HEX triplet: BA, CC and B0. RGB value is (186,204,176). Sum of RGB (Red+Green+Blue) = 186+204+176=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCB0 is #45334F. Grayscale: #C3C3C3. Windows color (decimal): -4535120 or 11586746. OLE color: 11586746.

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

Color convert

RGB 186 204 176 -
CMYK 0.09 0 0.14 0.2
HSL 98.57º 0.22% 0.75% -
HSV(B) 98.57º 0.14% 0.8% -
XYZ 49.68 56.76 49.41 -
YUV 195.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 186 204 176 0.09 0 0.14 0.2 98.57 0.22 0.75
Hex BA CC B0 9 0 E 14 63 16 4B
Octal 272 314 260 11 0 16 24 143 26 113
Binary 10111010 11001100 10110000 1001 0 1110 10100 1100011 10110 1001011

Color Harmonies of #BACCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCB0

Black with #BACCB0

Text Example


Text Example

White with #BACCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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