Html Css Color HEX #BAC7BA Paris White

📋 copy color: '#BAC7BA'

red 186 ◦ green 199 ◦ blue 186

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

Shades of Paris White #BAC7BA

Tints of Paris White #BAC7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 32.57%
G = 34.85%
B = 32.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#BAC7BA (or 0xBAC7BA) is known color: Paris White. HEX triplet: BA, C7 and BA. RGB value is (186,199,186). Sum of RGB (Red+Green+Blue) = 186+199+186=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7BA is #453845. Grayscale: #C1C1C1. Windows color (decimal): -4536390 or 12240826. OLE color: 12240826.

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

Color convert

RGB 186 199 186 -
CMYK 0.07 0 0.07 0.22
HSL 120º 0.1% 0.75% -
HSV(B) 120º 0.07% 0.78% -
XYZ 49.54 54.83 54.43 -
YUV 193.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 186 199 186 0.07 0 0.07 0.22 120 0.1 0.75
Hex BA C7 BA 7 0 7 16 78 A 4B
Octal 272 307 272 7 0 7 26 170 12 113
Binary 10111010 11000111 10111010 111 0 111 10110 1111000 1010 1001011

Color Harmonies of #BAC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7BA

Black with #BAC7BA

Text Example


Text Example

White with #BAC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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