Html Css Color HEX #BCA8F7 Melrose

📋 copy color: '#BCA8F7'

red 188 ◦ green 168 ◦ blue 247

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

Shades of Melrose #BCA8F7

Tints of Melrose #BCA8F7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.86%

 BLUE value IS 247 (96.88% from 255) = 40.96%

R = 31.18%
G = 27.86%
B = 40.96%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCA8F7 (or 0xBCA8F7) is known color: Melrose. HEX triplet: BC, A8 and F7. RGB value is (188,168,247). Sum of RGB (Red+Green+Blue) = 188+168+247=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCA8F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8F7 is #435708. Grayscale: #B6B6B6. Windows color (decimal): -4413193 or 16230588. OLE color: 16230588.

HSL color Cylindrical-coordinate representation of color #BCA8F7: hue angle of 255.19º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA8F7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 168 247 -
CMYK 0.24 0.32 0 0.03
HSL 255.19º 0.83% 0.81% -
HSV(B) 255.19º 0.32% 0.97% -
XYZ 51.53 45.41 94.05 -
YUV 182.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 188 168 247 0.24 0.32 0 0.03 255.19 0.83 0.81
Hex BC A8 F7 18 20 0 3 FF 53 51
Octal 274 250 367 30 40 0 3 377 123 121
Binary 10111100 10101000 11110111 11000 100000 0 11 11111111 1010011 1010001

Color Harmonies of #BCA8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8F7

Black with #BCA8F7

Text Example


Text Example

White with #BCA8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8F7; }

 p { color: rgb(188,168,247); }

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

background-color css

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

 a { background-color: rgb(188,168,247); }

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

border-color css

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

 span { border-color: rgb(188,168,247); }

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