Html Css Color HEX #BAC7B3 Pumice

📋 copy color: '#BAC7B3'

red 186 ◦ green 199 ◦ blue 179

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

Shades of Pumice #BAC7B3

Tints of Pumice #BAC7B3

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.28%

 BLUE value IS 179 (70.31% from 255) = 31.74%

R = 32.98%
G = 35.28%
B = 31.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#BAC7B3 (or 0xBAC7B3) is known color: Pumice. HEX triplet: BA, C7 and B3. RGB value is (186,199,179). Sum of RGB (Red+Green+Blue) = 186+199+179=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7B3 is #45384C. Grayscale: #C0C0C0. Windows color (decimal): -4536397 or 11782074. OLE color: 11782074.

HSL color Cylindrical-coordinate representation of color #BAC7B3: hue angle of 99º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC7B3 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 179 -
CMYK 0.07 0 0.10 0.22
HSL 99º 0.15% 0.74% -
HSV(B) 99º 0.1% 0.78% -
XYZ 48.81 54.54 50.6 -
YUV 192.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 186 199 179 0.07 0 0.10 0.22 99 0.15 0.74
Hex BA C7 B3 7 0 A 16 63 F 4A
Octal 272 307 263 7 0 12 26 143 17 112
Binary 10111010 11000111 10110011 111 0 1010 10110 1100011 1111 1001010

Color Harmonies of #BAC7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7B3

Black with #BAC7B3

Text Example


Text Example

White with #BAC7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7B3; }

 p { color: rgb(186,199,179); }

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

background-color css

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

 a { background-color: rgb(186,199,179); }

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

border-color css

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

 span { border-color: rgb(186,199,179); }

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