Html Css Color HEX #BDA6F9 Melrose

📋 copy color: '#BDA6F9'

red 189 ◦ green 166 ◦ blue 249

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

Shades of Melrose #BDA6F9

Tints of Melrose #BDA6F9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.48%

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 31.29%
G = 27.48%
B = 41.23%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDA6F9 (or 0xBDA6F9) is known color: Melrose. HEX triplet: BD, A6 and F9. RGB value is (189,166,249). Sum of RGB (Red+Green+Blue) = 189+166+249=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6F9 is #425906. Grayscale: #B6B6B6. Windows color (decimal): -4348167 or 16361149. OLE color: 16361149.

HSL color Cylindrical-coordinate representation of color #BDA6F9: hue angle of 256.63º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA6F9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 166 249 -
CMYK 0.24 0.33 0 0.02
HSL 256.63º 0.87% 0.81% -
HSV(B) 256.63º 0.33% 0.98% -
XYZ 51.72 44.93 95.57 -
YUV 182.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 189 166 249 0.24 0.33 0 0.02 256.63 0.87 0.81
Hex BD A6 F9 18 21 0 2 101 57 51
Octal 275 246 371 30 41 0 2 401 127 121
Binary 10111101 10100110 11111001 11000 100001 0 10 100000001 1010111 1010001

Color Harmonies of #BDA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6F9

Black with #BDA6F9

Text Example


Text Example

White with #BDA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6F9; }

 p { color: rgb(189,166,249); }

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

background-color css

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

 a { background-color: rgb(189,166,249); }

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

border-color css

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

 span { border-color: rgb(189,166,249); }

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