Html Css Color HEX #BAC7BD Paris White

📋 copy color: '#BAC7BD'

red 186 ◦ green 199 ◦ blue 189

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

Shades of Paris White #BAC7BD

Tints of Paris White #BAC7BD

RGB

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

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

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

R = 32.4%
G = 34.67%
B = 32.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#BAC7BD (or 0xBAC7BD) is known color: Paris White. HEX triplet: BA, C7 and BD. RGB value is (186,199,189). Sum of RGB (Red+Green+Blue) = 186+199+189=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7BD is #453842. Grayscale: #C1C1C1. Windows color (decimal): -4536387 or 12437434. OLE color: 12437434.

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

Color convert

RGB 186 199 189 -
CMYK 0.07 0 0.05 0.22
HSL 133.85º 0.1% 0.75% -
HSV(B) 133.85º 0.07% 0.78% -
XYZ 49.86 54.96 56.12 -
YUV 193.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 186 199 189 0.07 0 0.05 0.22 133.85 0.1 0.75
Hex BA C7 BD 7 0 5 16 86 A 4B
Octal 272 307 275 7 0 5 26 206 12 113
Binary 10111010 11000111 10111101 111 0 101 10110 10000110 1010 1001011

Color Harmonies of #BAC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7BD

Black with #BAC7BD

Text Example


Text Example

White with #BAC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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