Html Css Color HEX #BCA9F2 Melrose

📋 copy color: '#BCA9F2'

red 188 ◦ green 169 ◦ blue 242

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

Shades of Melrose #BCA9F2

Tints of Melrose #BCA9F2

RGB

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

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

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

R = 31.39%
G = 28.21%
B = 40.4%

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

#BCA9F2 (or 0xBCA9F2) is known color: Melrose. HEX triplet: BC, A9 and F2. RGB value is (188,169,242). Sum of RGB (Red+Green+Blue) = 188+169+242=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9F2 is #43560D. Grayscale: #B6B6B6. Windows color (decimal): -4412942 or 15903164. OLE color: 15903164.

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

Color convert

RGB 188 169 242 -
CMYK 0.22 0.30 0 0.05
HSL 255.62º 0.74% 0.81% -
HSV(B) 255.62º 0.3% 0.95% -
XYZ 50.95 45.48 90.1 -
YUV 183 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 188 169 242 0.22 0.30 0 0.05 255.62 0.74 0.81
Hex BC A9 F2 16 1E 0 5 100 4A 51
Octal 274 251 362 26 36 0 5 400 112 121
Binary 10111100 10101001 11110010 10110 11110 0 101 100000000 1001010 1010001

Color Harmonies of #BCA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9F2

Black with #BCA9F2

Text Example


Text Example

White with #BCA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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