Html Css Color HEX #BDA9F2 Melrose

📋 copy color: '#BDA9F2'

red 189 ◦ green 169 ◦ blue 242

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

Shades of Melrose #BDA9F2

Tints of Melrose #BDA9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 31.5%
G = 28.17%
B = 40.33%

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

#BDA9F2 (or 0xBDA9F2) is known color: Melrose. HEX triplet: BD, A9 and F2. RGB value is (189,169,242). Sum of RGB (Red+Green+Blue) = 189+169+242=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9F2 is #42560D. Grayscale: #B7B7B7. Windows color (decimal): -4347406 or 15903165. OLE color: 15903165.

HSL color Cylindrical-coordinate representation of color #BDA9F2: hue angle of 256.44º degrees, saturation: 0.74, 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 #BDA9F2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 169 242 -
CMYK 0.22 0.30 0 0.05
HSL 256.44º 0.74% 0.81% -
HSV(B) 256.44º 0.3% 0.95% -
XYZ 51.2 45.61 90.11 -
YUV 183.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 189 169 242 0.22 0.30 0 0.05 256.44 0.74 0.81
Hex BD A9 F2 16 1E 0 5 100 4A 51
Octal 275 251 362 26 36 0 5 400 112 121
Binary 10111101 10101001 11110010 10110 11110 0 101 100000000 1001010 1010001

Color Harmonies of #BDA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9F2

Black with #BDA9F2

Text Example


Text Example

White with #BDA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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