Html Css Color HEX #BCACE6 Melrose

📋 copy color: '#BCACE6'

red 188 ◦ green 172 ◦ blue 230

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

Shades of Melrose #BCACE6

Tints of Melrose #BCACE6

RGB

 RED value IS 188 (73.83% from 255) = 31.86%

 GREEN value IS 172 (67.58% from 255) = 29.15%

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 31.86%
G = 29.15%
B = 38.98%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCACE6 (or 0xBCACE6) is known color: Melrose. HEX triplet: BC, AC and E6. RGB value is (188,172,230). Sum of RGB (Red+Green+Blue) = 188+172+230=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACE6 is #435319. Grayscale: #B7B7B7. Windows color (decimal): -4412186 or 15117500. OLE color: 15117500.

HSL color Cylindrical-coordinate representation of color #BCACE6: hue angle of 256.55º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCACE6 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 172 230 -
CMYK 0.18 0.25 0 0.10
HSL 256.55º 0.54% 0.79% -
HSV(B) 256.55º 0.25% 0.9% -
XYZ 49.77 45.91 81.1 -
YUV 183.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 188 172 230 0.18 0.25 0 0.10 256.55 0.54 0.79
Hex BC AC E6 12 19 0 A 101 36 4F
Octal 274 254 346 22 31 0 12 401 66 117
Binary 10111100 10101100 11100110 10010 11001 0 1010 100000001 110110 1001111

Color Harmonies of #BCACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACE6

Black with #BCACE6

Text Example


Text Example

White with #BCACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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