Html Css Color HEX #E6BCFA Mauve

📋 copy color: '#E6BCFA'

red 230 ◦ green 188 ◦ blue 250

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

Shades of Mauve #E6BCFA

Tints of Mauve #E6BCFA

RGB

 RED value IS 230 (90.23% from 255) = 34.43%

 GREEN value IS 188 (73.83% from 255) = 28.14%

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 34.43%
G = 28.14%
B = 37.43%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BCFA (or 0xE6BCFA) is known color: Mauve. HEX triplet: E6, BC and FA. RGB value is (230,188,250). Sum of RGB (Red+Green+Blue) = 230+188+250=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCFA is #194305. Grayscale: #CFCFCF. Windows color (decimal): -1655558 or 16432358. OLE color: 16432358.

HSL color Cylindrical-coordinate representation of color #E6BCFA: hue angle of 280.65º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BCFA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 188 250 -
CMYK 0.08 0.25 0 0.02
HSL 280.65º 0.86% 0.86% -
HSV(B) 280.65º 0.25% 0.98% -
XYZ 67.87 59.69 98.39 -
YUV 207.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 230 188 250 0.08 0.25 0 0.02 280.65 0.86 0.86
Hex E6 BC FA 8 19 0 2 119 56 56
Octal 346 274 372 10 31 0 2 431 126 126
Binary 11100110 10111100 11111010 1000 11001 0 10 100011001 1010110 1010110

Color Harmonies of #E6BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCFA

Black with #E6BCFA

Text Example


Text Example

White with #E6BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCFA; }

 p { color: rgb(230,188,250); }

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

background-color css

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

 a { background-color: rgb(230,188,250); }

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

border-color css

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

 span { border-color: rgb(230,188,250); }

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