Html Css Color HEX #BDA4FF Melrose

📋 copy color: '#BDA4FF'

red 189 ◦ green 164 ◦ blue 255

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

Shades of Melrose #BDA4FF

Tints of Melrose #BDA4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 31.09%
G = 26.97%
B = 41.94%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDA4FF (or 0xBDA4FF) is known color: Melrose. HEX triplet: BD, A4 and FF. RGB value is (189,164,255). Sum of RGB (Red+Green+Blue) = 189+164+255=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FF is #425B00. Grayscale: #B5B5B5. Windows color (decimal): -4348673 or 16753853. OLE color: 16753853.

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

Color convert

RGB 189 164 255 -
CMYK 0.26 0.36 0 0
HSL 256.48º 1% 0.82% -
HSV(B) 256.48º 0.36% 1% -
XYZ 52.31 44.59 100.46 -
YUV 181.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 189 164 255 0.26 0.36 0 0 256.48 1 0.82
Hex BD A4 FF 1A 24 0 0 100 64 52
Octal 275 244 377 32 44 0 0 400 144 122
Binary 10111101 10100100 11111111 11010 100100 0 0 100000000 1100100 1010010

Color Harmonies of #BDA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4FF

Black with #BDA4FF

Text Example


Text Example

White with #BDA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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