Html Css Color HEX #BCA5FF Melrose

📋 copy color: '#BCA5FF'

red 188 ◦ green 165 ◦ blue 255

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

Shades of Melrose #BCA5FF

Tints of Melrose #BCA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.14%

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

R = 30.92%
G = 27.14%
B = 41.94%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCA5FF (or 0xBCA5FF) is known color: Melrose. HEX triplet: BC, A5 and FF. RGB value is (188,165,255). Sum of RGB (Red+Green+Blue) = 188+165+255=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA5FF is #435A00. Grayscale: #B5B5B5. Windows color (decimal): -4413953 or 16754108. OLE color: 16754108.

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

Color convert

RGB 188 165 255 -
CMYK 0.26 0.35 0 0
HSL 255.33º 1% 0.82% -
HSV(B) 255.33º 0.35% 1% -
XYZ 52.24 44.82 100.51 -
YUV 182.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 188 165 255 0.26 0.35 0 0 255.33 1 0.82
Hex BC A5 FF 1A 23 0 0 FF 64 52
Octal 274 245 377 32 43 0 0 377 144 122
Binary 10111100 10100101 11111111 11010 100011 0 0 11111111 1100100 1010010

Color Harmonies of #BCA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5FF

Black with #BCA5FF

Text Example


Text Example

White with #BCA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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