Html Css Color HEX #BDA9FE Melrose

📋 copy color: '#BDA9FE'

red 189 ◦ green 169 ◦ blue 254

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

Shades of Melrose #BDA9FE

Tints of Melrose #BDA9FE

RGB

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

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

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

R = 30.88%
G = 27.61%
B = 41.5%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDA9FE (or 0xBDA9FE) is known color: Melrose. HEX triplet: BD, A9 and FE. RGB value is (189,169,254). Sum of RGB (Red+Green+Blue) = 189+169+254=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9FE is #425601. Grayscale: #B8B8B8. Windows color (decimal): -4347394 or 16689597. OLE color: 16689597.

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

Color convert

RGB 189 169 254 -
CMYK 0.26 0.33 0 0.00
HSL 254.12º 0.98% 0.83% -
HSV(B) 254.12º 0.33% 1% -
XYZ 53.06 46.35 99.92 -
YUV 184.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 189 169 254 0.26 0.33 0 0.00 254.12 0.98 0.83
Hex BD A9 FE 1A 21 0 0 FE 62 53
Octal 275 251 376 32 41 0 0 376 142 123
Binary 10111101 10101001 11111110 11010 100001 0 0 11111110 1100010 1010011

Color Harmonies of #BDA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9FE

Black with #BDA9FE

Text Example


Text Example

White with #BDA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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