Html Css Color HEX #BCA3FF Melrose

📋 copy color: '#BCA3FF'

red 188 ◦ green 163 ◦ blue 255

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

Shades of Melrose #BCA3FF

Tints of Melrose #BCA3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.9%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 31.02%
G = 26.9%
B = 42.08%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCA3FF (or 0xBCA3FF) is known color: Melrose. HEX triplet: BC, A3 and FF. RGB value is (188,163,255). Sum of RGB (Red+Green+Blue) = 188+163+255=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3FF is #435C00. Grayscale: #B4B4B4. Windows color (decimal): -4414465 or 16753596. OLE color: 16753596.

HSL color Cylindrical-coordinate representation of color #BCA3FF: hue angle of 256.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA3FF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 163 255 -
CMYK 0.26 0.36 0 0
HSL 256.3º 1% 0.82% -
HSV(B) 256.3º 0.36% 1% -
XYZ 51.89 44.11 100.39 -
YUV 180.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 188 163 255 0.26 0.36 0 0 256.3 1 0.82
Hex BC A3 FF 1A 24 0 0 100 64 52
Octal 274 243 377 32 44 0 0 400 144 122
Binary 10111100 10100011 11111111 11010 100100 0 0 100000000 1100100 1010010

Color Harmonies of #BCA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3FF

Black with #BCA3FF

Text Example


Text Example

White with #BCA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3FF; }

 p { color: rgb(188,163,255); }

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

background-color css

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

 a { background-color: rgb(188,163,255); }

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

border-color css

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

 span { border-color: rgb(188,163,255); }

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