Html Css Color HEX #BCA4FA Melrose

📋 copy color: '#BCA4FA'

red 188 ◦ green 164 ◦ blue 250

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

Shades of Melrose #BCA4FA

Tints of Melrose #BCA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.24%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 31.23%
G = 27.24%
B = 41.53%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCA4FA (or 0xBCA4FA) is known color: Melrose. HEX triplet: BC, A4 and FA. RGB value is (188,164,250). Sum of RGB (Red+Green+Blue) = 188+164+250=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4FA is #435B05. Grayscale: #B4B4B4. Windows color (decimal): -4414214 or 16426172. OLE color: 16426172.

HSL color Cylindrical-coordinate representation of color #BCA4FA: hue angle of 256.74º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA4FA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 164 250 -
CMYK 0.25 0.34 0 0.02
HSL 256.74º 0.9% 0.81% -
HSV(B) 256.74º 0.34% 0.98% -
XYZ 51.27 44.14 96.26 -
YUV 180.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 188 164 250 0.25 0.34 0 0.02 256.74 0.9 0.81
Hex BC A4 FA 19 22 0 2 101 5A 51
Octal 274 244 372 31 42 0 2 401 132 121
Binary 10111100 10100100 11111010 11001 100010 0 10 100000001 1011010 1010001

Color Harmonies of #BCA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4FA

Black with #BCA4FA

Text Example


Text Example

White with #BCA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4FA; }

 p { color: rgb(188,164,250); }

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

background-color css

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

 a { background-color: rgb(188,164,250); }

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

border-color css

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

 span { border-color: rgb(188,164,250); }

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