Html Css Color HEX #BAC9BD Paris White

📋 copy color: '#BAC9BD'

red 186 ◦ green 201 ◦ blue 189

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

Shades of Paris White #BAC9BD

Tints of Paris White #BAC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.81%

R = 32.29%
G = 34.9%
B = 32.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#BAC9BD (or 0xBAC9BD) is known color: Paris White. HEX triplet: BA, C9 and BD. RGB value is (186,201,189). Sum of RGB (Red+Green+Blue) = 186+201+189=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BD is #453642. Grayscale: #C3C3C3. Windows color (decimal): -4535875 or 12437946. OLE color: 12437946.

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

Color convert

RGB 186 201 189 -
CMYK 0.07 0 0.06 0.21
HSL 132º 0.12% 0.76% -
HSV(B) 132º 0.07% 0.79% -
XYZ 50.32 55.89 56.28 -
YUV 195.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 186 201 189 0.07 0 0.06 0.21 132 0.12 0.76
Hex BA C9 BD 7 0 6 15 84 C 4C
Octal 272 311 275 7 0 6 25 204 14 114
Binary 10111010 11001001 10111101 111 0 110 10101 10000100 1100 1001100

Color Harmonies of #BAC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9BD

Black with #BAC9BD

Text Example


Text Example

White with #BAC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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