Html Css Color HEX #BDA4FD Melrose

📋 copy color: '#BDA4FD'

red 189 ◦ green 164 ◦ blue 253

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

Shades of Melrose #BDA4FD

Tints of Melrose #BDA4FD

RGB

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

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

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

R = 31.19%
G = 27.06%
B = 41.75%

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

#BDA4FD (or 0xBDA4FD) is known color: Melrose. HEX triplet: BD, A4 and FD. RGB value is (189,164,253). Sum of RGB (Red+Green+Blue) = 189+164+253=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FD is #425B02. Grayscale: #B5B5B5. Windows color (decimal): -4348675 or 16622781. OLE color: 16622781.

HSL color Cylindrical-coordinate representation of color #BDA4FD: hue angle of 256.85º 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 #BDA4FD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 164 253 -
CMYK 0.25 0.35 0 0.01
HSL 256.85º 0.96% 0.82% -
HSV(B) 256.85º 0.35% 0.99% -
XYZ 51.99 44.46 98.77 -
YUV 181.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 189 164 253 0.25 0.35 0 0.01 256.85 0.96 0.82
Hex BD A4 FD 19 23 0 1 101 60 52
Octal 275 244 375 31 43 0 1 401 140 122
Binary 10111101 10100100 11111101 11001 100011 0 1 100000001 1100000 1010010

Color Harmonies of #BDA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4FD

Black with #BDA4FD

Text Example


Text Example

White with #BDA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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