Html Css Color HEX #BDA9FF Melrose

📋 copy color: '#BDA9FF'

red 189 ◦ green 169 ◦ blue 255

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

Shades of Melrose #BDA9FF

Tints of Melrose #BDA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.57%

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

R = 30.83%
G = 27.57%
B = 41.6%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDA9FF (or 0xBDA9FF) is known color: Melrose. HEX triplet: BD, A9 and FF. RGB value is (189,169,255). Sum of RGB (Red+Green+Blue) = 189+169+255=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9FF is #425600. Grayscale: #B8B8B8. Windows color (decimal): -4347393 or 16755133. OLE color: 16755133.

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

Color convert

RGB 189 169 255 -
CMYK 0.26 0.34 0 0
HSL 253.95º 1% 0.83% -
HSV(B) 253.95º 0.34% 1% -
XYZ 53.22 46.41 100.76 -
YUV 184.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 189 169 255 0.26 0.34 0 0 253.95 1 0.83
Hex BD A9 FF 1A 22 0 0 FE 64 53
Octal 275 251 377 32 42 0 0 376 144 123
Binary 10111101 10101001 11111111 11010 100010 0 0 11111110 1100100 1010011

Color Harmonies of #BDA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9FF

Black with #BDA9FF

Text Example


Text Example

White with #BDA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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