Html Css Color HEX #BAC6BA Paris White

📋 copy color: '#BAC6BA'

red 186 ◦ green 198 ◦ blue 186

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

Shades of Paris White #BAC6BA

Tints of Paris White #BAC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.74%

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

R = 32.63%
G = 34.74%
B = 32.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#BAC6BA (or 0xBAC6BA) is known color: Paris White. HEX triplet: BA, C6 and BA. RGB value is (186,198,186). Sum of RGB (Red+Green+Blue) = 186+198+186=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6BA is #453945. Grayscale: #C1C1C1. Windows color (decimal): -4536646 or 12240570. OLE color: 12240570.

HSL color Cylindrical-coordinate representation of color #BAC6BA: 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.06%. Process color model (Four color, CMYK) of #BAC6BA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 186 -
CMYK 0.06 0 0.06 0.22
HSL 120º 0.1% 0.75% -
HSV(B) 120º 0.06% 0.78% -
XYZ 49.31 54.37 54.35 -
YUV 193.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 186 198 186 0.06 0 0.06 0.22 120 0.1 0.75
Hex BA C6 BA 6 0 6 16 78 A 4B
Octal 272 306 272 6 0 6 26 170 12 113
Binary 10111010 11000110 10111010 110 0 110 10110 1111000 1010 1001011

Color Harmonies of #BAC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6BA

Black with #BAC6BA

Text Example


Text Example

White with #BAC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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