Html Css Color HEX #BDA6F7 Melrose

📋 copy color: '#BDA6F7'

red 189 ◦ green 166 ◦ blue 247

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

Shades of Melrose #BDA6F7

Tints of Melrose #BDA6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 31.4%
G = 27.57%
B = 41.03%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDA6F7 (or 0xBDA6F7) is known color: Melrose. HEX triplet: BD, A6 and F7. RGB value is (189,166,247). Sum of RGB (Red+Green+Blue) = 189+166+247=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6F7 is #425908. Grayscale: #B5B5B5. Windows color (decimal): -4348169 or 16230077. OLE color: 16230077.

HSL color Cylindrical-coordinate representation of color #BDA6F7: hue angle of 257.04º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA6F7 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 166 247 -
CMYK 0.23 0.33 0 0.03
HSL 257.04º 0.84% 0.81% -
HSV(B) 257.04º 0.33% 0.97% -
XYZ 51.41 44.81 93.93 -
YUV 182.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 189 166 247 0.23 0.33 0 0.03 257.04 0.84 0.81
Hex BD A6 F7 17 21 0 3 101 54 51
Octal 275 246 367 27 41 0 3 401 124 121
Binary 10111101 10100110 11110111 10111 100001 0 11 100000001 1010100 1010001

Color Harmonies of #BDA6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6F7

Black with #BDA6F7

Text Example


Text Example

White with #BDA6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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