Html Css Color HEX #BCA9F1 Melrose

📋 copy color: '#BCA9F1'

red 188 ◦ green 169 ◦ blue 241

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

Shades of Melrose #BCA9F1

Tints of Melrose #BCA9F1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.26%

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 31.44%
G = 28.26%
B = 40.3%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCA9F1 (or 0xBCA9F1) is known color: Melrose. HEX triplet: BC, A9 and F1. RGB value is (188,169,241). Sum of RGB (Red+Green+Blue) = 188+169+241=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9F1 is #43560E. Grayscale: #B6B6B6. Windows color (decimal): -4412943 or 15837628. OLE color: 15837628.

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

Color convert

RGB 188 169 241 -
CMYK 0.22 0.30 0 0.05
HSL 255.83º 0.72% 0.8% -
HSV(B) 255.83º 0.3% 0.95% -
XYZ 50.8 45.42 89.31 -
YUV 182.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 188 169 241 0.22 0.30 0 0.05 255.83 0.72 0.8
Hex BC A9 F1 16 1E 0 5 100 48 50
Octal 274 251 361 26 36 0 5 400 110 120
Binary 10111100 10101001 11110001 10110 11110 0 101 100000000 1001000 1010000

Color Harmonies of #BCA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9F1

Black with #BCA9F1

Text Example


Text Example

White with #BCA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9F1; }

 p { color: rgb(188,169,241); }

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

background-color css

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

 a { background-color: rgb(188,169,241); }

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

border-color css

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

 span { border-color: rgb(188,169,241); }

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