Html Css Color HEX #BDA6F6 Melrose

📋 copy color: '#BDA6F6'

red 189 ◦ green 166 ◦ blue 246

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

Shades of Melrose #BDA6F6

Tints of Melrose #BDA6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.93%

R = 31.45%
G = 27.62%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDA6F6 (or 0xBDA6F6) is known color: Melrose. HEX triplet: BD, A6 and F6. RGB value is (189,166,246). Sum of RGB (Red+Green+Blue) = 189+166+246=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDA6F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6F6 is #425909. Grayscale: #B5B5B5. Windows color (decimal): -4348170 or 16164541. OLE color: 16164541.

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

Color convert

RGB 189 166 246 -
CMYK 0.23 0.33 0 0.04
HSL 257.25º 0.82% 0.81% -
HSV(B) 257.25º 0.33% 0.96% -
XYZ 51.26 44.75 93.12 -
YUV 182 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 189 166 246 0.23 0.33 0 0.04 257.25 0.82 0.81
Hex BD A6 F6 17 21 0 4 101 52 51
Octal 275 246 366 27 41 0 4 401 122 121
Binary 10111101 10100110 11110110 10111 100001 0 100 100000001 1010010 1010001

Color Harmonies of #BDA6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6F6

Black with #BDA6F6

Text Example


Text Example

White with #BDA6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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