Html Css Color HEX #BCA6FF Melrose

📋 copy color: '#BCA6FF'

red 188 ◦ green 166 ◦ blue 255

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

Shades of Melrose #BCA6FF

Tints of Melrose #BCA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.26%

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

R = 30.87%
G = 27.26%
B = 41.87%

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

#BCA6FF (or 0xBCA6FF) is known color: Melrose. HEX triplet: BC, A6 and FF. RGB value is (188,166,255). Sum of RGB (Red+Green+Blue) = 188+166+255=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6FF is #435900. Grayscale: #B6B6B6. Windows color (decimal): -4413697 or 16754364. OLE color: 16754364.

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

Color convert

RGB 188 166 255 -
CMYK 0.26 0.35 0 0
HSL 254.83º 1% 0.83% -
HSV(B) 254.83º 0.35% 1% -
XYZ 52.43 45.18 100.57 -
YUV 182.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 188 166 255 0.26 0.35 0 0 254.83 1 0.83
Hex BC A6 FF 1A 23 0 0 FF 64 53
Octal 274 246 377 32 43 0 0 377 144 123
Binary 10111100 10100110 11111111 11010 100011 0 0 11111111 1100100 1010011

Color Harmonies of #BCA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6FF

Black with #BCA6FF

Text Example


Text Example

White with #BCA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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