Html Css Color HEX #BDA6FD Melrose

📋 copy color: '#BDA6FD'

red 189 ◦ green 166 ◦ blue 253

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

Shades of Melrose #BDA6FD

Tints of Melrose #BDA6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 31.09%
G = 27.3%
B = 41.61%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA6FD (or 0xBDA6FD) is known color: Melrose. HEX triplet: BD, A6 and FD. RGB value is (189,166,253). Sum of RGB (Red+Green+Blue) = 189+166+253=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6FD is #425902. Grayscale: #B6B6B6. Windows color (decimal): -4348163 or 16623293. OLE color: 16623293.

HSL color Cylindrical-coordinate representation of color #BDA6FD: hue angle of 255.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA6FD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 166 253 -
CMYK 0.25 0.34 0 0.01
HSL 255.86º 0.96% 0.82% -
HSV(B) 255.86º 0.34% 0.99% -
XYZ 52.35 45.18 98.89 -
YUV 182.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 189 166 253 0.25 0.34 0 0.01 255.86 0.96 0.82
Hex BD A6 FD 19 22 0 1 100 60 52
Octal 275 246 375 31 42 0 1 400 140 122
Binary 10111101 10100110 11111101 11001 100010 0 1 100000000 1100000 1010010

Color Harmonies of #BDA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6FD

Black with #BDA6FD

Text Example


Text Example

White with #BDA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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