Html Css Color HEX #BCA6F2 Melrose

📋 copy color: '#BCA6F2'

red 188 ◦ green 166 ◦ blue 242

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

Shades of Melrose #BCA6F2

Tints of Melrose #BCA6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 31.54%
G = 27.85%
B = 40.6%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCA6F2 (or 0xBCA6F2) is known color: Melrose. HEX triplet: BC, A6 and F2. RGB value is (188,166,242). Sum of RGB (Red+Green+Blue) = 188+166+242=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCA6F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6F2 is #43590D. Grayscale: #B4B4B4. Windows color (decimal): -4413710 or 15902396. OLE color: 15902396.

HSL color Cylindrical-coordinate representation of color #BCA6F2: hue angle of 257.37º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA6F2 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 166 242 -
CMYK 0.22 0.31 0 0.05
HSL 257.37º 0.75% 0.8% -
HSV(B) 257.37º 0.31% 0.95% -
XYZ 50.4 44.37 89.91 -
YUV 181.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 188 166 242 0.22 0.31 0 0.05 257.37 0.75 0.8
Hex BC A6 F2 16 1F 0 5 101 4B 50
Octal 274 246 362 26 37 0 5 401 113 120
Binary 10111100 10100110 11110010 10110 11111 0 101 100000001 1001011 1010000

Color Harmonies of #BCA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6F2

Black with #BCA6F2

Text Example


Text Example

White with #BCA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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