Html Css Color HEX #BACFB9 Paris White

📋 copy color: '#BACFB9'

red 186 ◦ green 207 ◦ blue 185

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

Shades of Paris White #BACFB9

Tints of Paris White #BACFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.81%

 BLUE value IS 185 (72.66% from 255) = 32.01%

R = 32.18%
G = 35.81%
B = 32.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#BACFB9 (or 0xBACFB9) is known color: Paris White. HEX triplet: BA, CF and B9. RGB value is (186,207,185). Sum of RGB (Red+Green+Blue) = 186+207+185=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFB9 is #453046. Grayscale: #C6C6C6. Windows color (decimal): -4534343 or 12177338. OLE color: 12177338.

HSL color Cylindrical-coordinate representation of color #BACFB9: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACFB9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 185 -
CMYK 0.10 0 0.11 0.19
HSL 117.27º 0.19% 0.77% -
HSV(B) 117.27º 0.11% 0.81% -
XYZ 51.32 58.57 54.5 -
YUV 198.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 186 207 185 0.10 0 0.11 0.19 117.27 0.19 0.77
Hex BA CF B9 A 0 B 13 75 13 4D
Octal 272 317 271 12 0 13 23 165 23 115
Binary 10111010 11001111 10111001 1010 0 1011 10011 1110101 10011 1001101

Color Harmonies of #BACFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFB9

Black with #BACFB9

Text Example


Text Example

White with #BACFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFB9; }

 p { color: rgb(186,207,185); }

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

background-color css

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

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

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

border-color css

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

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

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