Html Css Color HEX #BAC9BA Paris White

📋 copy color: '#BAC9BA'

red 186 ◦ green 201 ◦ blue 186

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

Shades of Paris White #BAC9BA

Tints of Paris White #BAC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.08%

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

R = 32.46%
G = 35.08%
B = 32.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#BAC9BA (or 0xBAC9BA) is known color: Paris White. HEX triplet: BA, C9 and BA. RGB value is (186,201,186). Sum of RGB (Red+Green+Blue) = 186+201+186=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BA is #453645. Grayscale: #C2C2C2. Windows color (decimal): -4535878 or 12241338. OLE color: 12241338.

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

Color convert

RGB 186 201 186 -
CMYK 0.07 0 0.07 0.21
HSL 120º 0.12% 0.76% -
HSV(B) 120º 0.07% 0.79% -
XYZ 50 55.76 54.58 -
YUV 194.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 186 201 186 0.07 0 0.07 0.21 120 0.12 0.76
Hex BA C9 BA 7 0 7 15 78 C 4C
Octal 272 311 272 7 0 7 25 170 14 114
Binary 10111010 11001001 10111010 111 0 111 10101 1111000 1100 1001100

Color Harmonies of #BAC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9BA

Black with #BAC9BA

Text Example


Text Example

White with #BAC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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