Html Css Color HEX #BAC6BB Paris White

📋 copy color: '#BAC6BB'

red 186 ◦ green 198 ◦ blue 187

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

Shades of Paris White #BAC6BB

Tints of Paris White #BAC6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 32.57%
G = 34.68%
B = 32.75%

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

#BAC6BB (or 0xBAC6BB) is known color: Paris White. HEX triplet: BA, C6 and BB. RGB value is (186,198,187). Sum of RGB (Red+Green+Blue) = 186+198+187=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6BB is #453944. Grayscale: #C1C1C1. Windows color (decimal): -4536645 or 12306106. OLE color: 12306106.

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

Color convert

RGB 186 198 187 -
CMYK 0.06 0 0.06 0.22
HSL 125º 0.1% 0.75% -
HSV(B) 125º 0.06% 0.78% -
XYZ 49.41 54.42 54.91 -
YUV 193.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 186 198 187 0.06 0 0.06 0.22 125 0.1 0.75
Hex BA C6 BB 6 0 6 16 7D A 4B
Octal 272 306 273 6 0 6 26 175 12 113
Binary 10111010 11000110 10111011 110 0 110 10110 1111101 1010 1001011

Color Harmonies of #BAC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6BB

Black with #BAC6BB

Text Example


Text Example

White with #BAC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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