Html Css Color HEX #BACBB0 Pumice

📋 copy color: '#BACBB0'

red 186 ◦ green 203 ◦ blue 176

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

Shades of Pumice #BACBB0

Tints of Pumice #BACBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

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

R = 32.92%
G = 35.93%
B = 31.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#BACBB0 (or 0xBACBB0) is known color: Pumice. HEX triplet: BA, CB and B0. RGB value is (186,203,176). Sum of RGB (Red+Green+Blue) = 186+203+176=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBB0 is #45344F. Grayscale: #C2C2C2. Windows color (decimal): -4535376 or 11586490. OLE color: 11586490.

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

Color convert

RGB 186 203 176 -
CMYK 0.08 0 0.13 0.20
HSL 97.78º 0.21% 0.74% -
HSV(B) 97.78º 0.13% 0.8% -
XYZ 49.44 56.29 49.33 -
YUV 194.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 186 203 176 0.08 0 0.13 0.20 97.78 0.21 0.74
Hex BA CB B0 8 0 D 14 62 15 4A
Octal 272 313 260 10 0 15 24 142 25 112
Binary 10111010 11001011 10110000 1000 0 1101 10100 1100010 10101 1001010

Color Harmonies of #BACBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBB0

Black with #BACBB0

Text Example


Text Example

White with #BACBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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