Html Css Color HEX #BDA9F3 Melrose

📋 copy color: '#BDA9F3'

red 189 ◦ green 169 ◦ blue 243

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

Shades of Melrose #BDA9F3

Tints of Melrose #BDA9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.43%

R = 31.45%
G = 28.12%
B = 40.43%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDA9F3 (or 0xBDA9F3) is known color: Melrose. HEX triplet: BD, A9 and F3. RGB value is (189,169,243). Sum of RGB (Red+Green+Blue) = 189+169+243=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9F3 is #42560C. Grayscale: #B7B7B7. Windows color (decimal): -4347405 or 15968701. OLE color: 15968701.

HSL color Cylindrical-coordinate representation of color #BDA9F3: hue angle of 256.22º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA9F3 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 169 243 -
CMYK 0.22 0.30 0 0.05
HSL 256.22º 0.76% 0.81% -
HSV(B) 256.22º 0.3% 0.95% -
XYZ 51.35 45.67 90.9 -
YUV 183.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 189 169 243 0.22 0.30 0 0.05 256.22 0.76 0.81
Hex BD A9 F3 16 1E 0 5 100 4C 51
Octal 275 251 363 26 36 0 5 400 114 121
Binary 10111101 10101001 11110011 10110 11110 0 101 100000000 1001100 1010001

Color Harmonies of #BDA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9F3

Black with #BDA9F3

Text Example


Text Example

White with #BDA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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