Html Css Color HEX #BDA3FE Melrose

📋 copy color: '#BDA3FE'

red 189 ◦ green 163 ◦ blue 254

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

Shades of Melrose #BDA3FE

Tints of Melrose #BDA3FE

RGB

 RED value IS 189 (74.22% from 255) = 31.19%

 GREEN value IS 163 (64.06% from 255) = 26.9%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 31.19%
G = 26.9%
B = 41.91%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDA3FE (or 0xBDA3FE) is known color: Melrose. HEX triplet: BD, A3 and FE. RGB value is (189,163,254). Sum of RGB (Red+Green+Blue) = 189+163+254=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3FE is #425C01. Grayscale: #B4B4B4. Windows color (decimal): -4348930 or 16688061. OLE color: 16688061.

HSL color Cylindrical-coordinate representation of color #BDA3FE: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA3FE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 163 254 -
CMYK 0.26 0.36 0 0.00
HSL 257.14º 0.98% 0.82% -
HSV(B) 257.14º 0.36% 1% -
XYZ 51.97 44.17 99.55 -
YUV 181.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 189 163 254 0.26 0.36 0 0.00 257.14 0.98 0.82
Hex BD A3 FE 1A 24 0 0 101 62 52
Octal 275 243 376 32 44 0 0 401 142 122
Binary 10111101 10100011 11111110 11010 100100 0 0 100000001 1100010 1010010

Color Harmonies of #BDA3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3FE

Black with #BDA3FE

Text Example


Text Example

White with #BDA3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3FE; }

 p { color: rgb(189,163,254); }

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

background-color css

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

 a { background-color: rgb(189,163,254); }

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

border-color css

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

 span { border-color: rgb(189,163,254); }

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