Html Css Color HEX #BDAAF2 Melrose

📋 copy color: '#BDAAF2'

red 189 ◦ green 170 ◦ blue 242

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

Shades of Melrose #BDAAF2

Tints of Melrose #BDAAF2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.29%

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

R = 31.45%
G = 28.29%
B = 40.27%

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

#BDAAF2 (or 0xBDAAF2) is known color: Melrose. HEX triplet: BD, AA and F2. RGB value is (189,170,242). Sum of RGB (Red+Green+Blue) = 189+170+242=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAF2 is #42550D. Grayscale: #B7B7B7. Windows color (decimal): -4347150 or 15903421. OLE color: 15903421.

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

Color convert

RGB 189 170 242 -
CMYK 0.22 0.30 0 0.05
HSL 255.83º 0.73% 0.81% -
HSV(B) 255.83º 0.3% 0.95% -
XYZ 51.39 45.98 90.17 -
YUV 183.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 189 170 242 0.22 0.30 0 0.05 255.83 0.73 0.81
Hex BD AA F2 16 1E 0 5 100 49 51
Octal 275 252 362 26 36 0 5 400 111 121
Binary 10111101 10101010 11110010 10110 11110 0 101 100000000 1001001 1010001

Color Harmonies of #BDAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAF2

Black with #BDAAF2

Text Example


Text Example

White with #BDAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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