Html Css Color HEX #BACEBA Paris White

📋 copy color: '#BACEBA'

red 186 ◦ green 206 ◦ blue 186

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

Shades of Paris White #BACEBA

Tints of Paris White #BACEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.64%

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

R = 32.18%
G = 35.64%
B = 32.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BACEBA (or 0xBACEBA) is known color: Paris White. HEX triplet: BA, CE and BA. RGB value is (186,206,186). Sum of RGB (Red+Green+Blue) = 186+206+186=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEBA is #453145. Grayscale: #C5C5C5. Windows color (decimal): -4534598 or 12242618. OLE color: 12242618.

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

Color convert

RGB 186 206 186 -
CMYK 0.10 0 0.10 0.19
HSL 120º 0.17% 0.77% -
HSV(B) 120º 0.1% 0.81% -
XYZ 51.18 58.13 54.98 -
YUV 197.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 186 206 186 0.10 0 0.10 0.19 120 0.17 0.77
Hex BA CE BA A 0 A 13 78 11 4D
Octal 272 316 272 12 0 12 23 170 21 115
Binary 10111010 11001110 10111010 1010 0 1010 10011 1111000 10001 1001101

Color Harmonies of #BACEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEBA

Black with #BACEBA

Text Example


Text Example

White with #BACEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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