Html Css Color HEX #BCAAE8 Melrose

📋 copy color: '#BCAAE8'

red 188 ◦ green 170 ◦ blue 232

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

Shades of Melrose #BCAAE8

Tints of Melrose #BCAAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.81%

 BLUE value IS 232 (91.02% from 255) = 39.32%

R = 31.86%
G = 28.81%
B = 39.32%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCAAE8 (or 0xBCAAE8) is known color: Melrose. HEX triplet: BC, AA and E8. RGB value is (188,170,232). Sum of RGB (Red+Green+Blue) = 188+170+232=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAE8 is #435517. Grayscale: #B6B6B6. Windows color (decimal): -4412696 or 15248060. OLE color: 15248060.

HSL color Cylindrical-coordinate representation of color #BCAAE8: hue angle of 257.42º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAAE8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 170 232 -
CMYK 0.19 0.27 0 0.09
HSL 257.42º 0.57% 0.79% -
HSV(B) 257.42º 0.27% 0.91% -
XYZ 49.68 45.27 82.46 -
YUV 182.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 188 170 232 0.19 0.27 0 0.09 257.42 0.57 0.79
Hex BC AA E8 13 1B 0 9 101 39 4F
Octal 274 252 350 23 33 0 11 401 71 117
Binary 10111100 10101010 11101000 10011 11011 0 1001 100000001 111001 1001111

Color Harmonies of #BCAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAE8

Black with #BCAAE8

Text Example


Text Example

White with #BCAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAE8; }

 p { color: rgb(188,170,232); }

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

background-color css

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

 a { background-color: rgb(188,170,232); }

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

border-color css

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

 span { border-color: rgb(188,170,232); }

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