Html Css Color HEX #BCACE4 Melrose

📋 copy color: '#BCACE4'

red 188 ◦ green 172 ◦ blue 228

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

Shades of Melrose #BCACE4

Tints of Melrose #BCACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 31.97%
G = 29.25%
B = 38.78%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCACE4 (or 0xBCACE4) is known color: Melrose. HEX triplet: BC, AC and E4. RGB value is (188,172,228). Sum of RGB (Red+Green+Blue) = 188+172+228=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE4 is #43531B. Grayscale: #B6B6B6. Windows color (decimal): -4412188 or 14986428. OLE color: 14986428.

HSL color Cylindrical-coordinate representation of color #BCACE4: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCACE4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 172 228 -
CMYK 0.18 0.25 0 0.11
HSL 257.14º 0.51% 0.78% -
HSV(B) 257.14º 0.25% 0.89% -
XYZ 49.5 45.8 79.63 -
YUV 183.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 188 172 228 0.18 0.25 0 0.11 257.14 0.51 0.78
Hex BC AC E4 12 19 0 B 101 33 4E
Octal 274 254 344 22 31 0 13 401 63 116
Binary 10111100 10101100 11100100 10010 11001 0 1011 100000001 110011 1001110

Color Harmonies of #BCACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACE4

Black with #BCACE4

Text Example


Text Example

White with #BCACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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