Html Css Color HEX #BAC7B4 Pumice

📋 copy color: '#BAC7B4'

red 186 ◦ green 199 ◦ blue 180

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

Shades of Pumice #BAC7B4

Tints of Pumice #BAC7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.86%

R = 32.92%
G = 35.22%
B = 31.86%

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

#BAC7B4 (or 0xBAC7B4) is known color: Pumice. HEX triplet: BA, C7 and B4. RGB value is (186,199,180). Sum of RGB (Red+Green+Blue) = 186+199+180=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7B4 is #45384B. Grayscale: #C1C1C1. Windows color (decimal): -4536396 or 11847610. OLE color: 11847610.

HSL color Cylindrical-coordinate representation of color #BAC7B4: hue angle of 101.05º 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 #BAC7B4 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 180 -
CMYK 0.07 0 0.10 0.22
HSL 101.05º 0.15% 0.74% -
HSV(B) 101.05º 0.1% 0.78% -
XYZ 48.91 54.58 51.14 -
YUV 192.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 186 199 180 0.07 0 0.10 0.22 101.05 0.15 0.74
Hex BA C7 B4 7 0 A 16 65 F 4A
Octal 272 307 264 7 0 12 26 145 17 112
Binary 10111010 11000111 10110100 111 0 1010 10110 1100101 1111 1001010

Color Harmonies of #BAC7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7B4

Black with #BAC7B4

Text Example


Text Example

White with #BAC7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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