Html Css Color HEX #BDA5FD Melrose

📋 copy color: '#BDA5FD'

red 189 ◦ green 165 ◦ blue 253

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

Shades of Melrose #BDA5FD

Tints of Melrose #BDA5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.18%

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 31.14%
G = 27.18%
B = 41.68%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA5FD (or 0xBDA5FD) is known color: Melrose. HEX triplet: BD, A5 and FD. RGB value is (189,165,253). Sum of RGB (Red+Green+Blue) = 189+165+253=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5FD is #425A02. Grayscale: #B5B5B5. Windows color (decimal): -4348419 or 16623037. OLE color: 16623037.

HSL color Cylindrical-coordinate representation of color #BDA5FD: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA5FD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 165 253 -
CMYK 0.25 0.35 0 0.01
HSL 256.36º 0.96% 0.82% -
HSV(B) 256.36º 0.35% 0.99% -
XYZ 52.17 44.82 98.83 -
YUV 182.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 189 165 253 0.25 0.35 0 0.01 256.36 0.96 0.82
Hex BD A5 FD 19 23 0 1 100 60 52
Octal 275 245 375 31 43 0 1 400 140 122
Binary 10111101 10100101 11111101 11001 100011 0 1 100000000 1100000 1010010

Color Harmonies of #BDA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5FD

Black with #BDA5FD

Text Example


Text Example

White with #BDA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5FD; }

 p { color: rgb(189,165,253); }

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

background-color css

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

 a { background-color: rgb(189,165,253); }

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

border-color css

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

 span { border-color: rgb(189,165,253); }

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