Html Css Color HEX #BCACE5 Melrose

📋 copy color: '#BCACE5'

red 188 ◦ green 172 ◦ blue 229

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

Shades of Melrose #BCACE5

Tints of Melrose #BCACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 31.92%
G = 29.2%
B = 38.88%

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

#BCACE5 (or 0xBCACE5) is known color: Melrose. HEX triplet: BC, AC and E5. RGB value is (188,172,229). Sum of RGB (Red+Green+Blue) = 188+172+229=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE5 is #43531A. Grayscale: #B7B7B7. Windows color (decimal): -4412187 or 15051964. OLE color: 15051964.

HSL color Cylindrical-coordinate representation of color #BCACE5: hue angle of 256.84º degrees, saturation: 0.52, 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 #BCACE5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 172 229 -
CMYK 0.18 0.25 0 0.10
HSL 256.84º 0.52% 0.79% -
HSV(B) 256.84º 0.25% 0.9% -
XYZ 49.63 45.85 80.36 -
YUV 183.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 188 172 229 0.18 0.25 0 0.10 256.84 0.52 0.79
Hex BC AC E5 12 19 0 A 101 34 4F
Octal 274 254 345 22 31 0 12 401 64 117
Binary 10111100 10101100 11100101 10010 11001 0 1010 100000001 110100 1001111

Color Harmonies of #BCACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACE5

Black with #BCACE5

Text Example


Text Example

White with #BCACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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