Html Css Color HEX #BDAAFE Melrose

📋 copy color: '#BDAAFE'

red 189 ◦ green 170 ◦ blue 254

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

Shades of Melrose #BDAAFE

Tints of Melrose #BDAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 30.83%
G = 27.73%
B = 41.44%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDAAFE (or 0xBDAAFE) is known color: Melrose. HEX triplet: BD, AA and FE. RGB value is (189,170,254). Sum of RGB (Red+Green+Blue) = 189+170+254=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAFE is #425501. Grayscale: #B8B8B8. Windows color (decimal): -4347138 or 16689853. OLE color: 16689853.

HSL color Cylindrical-coordinate representation of color #BDAAFE: hue angle of 253.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDAAFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 170 254 -
CMYK 0.26 0.33 0 0.00
HSL 253.57º 0.98% 0.83% -
HSV(B) 253.57º 0.33% 1% -
XYZ 53.25 46.72 99.98 -
YUV 185.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 189 170 254 0.26 0.33 0 0.00 253.57 0.98 0.83
Hex BD AA FE 1A 21 0 0 FE 62 53
Octal 275 252 376 32 41 0 0 376 142 123
Binary 10111101 10101010 11111110 11010 100001 0 0 11111110 1100010 1010011

Color Harmonies of #BDAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAFE

Black with #BDAAFE

Text Example


Text Example

White with #BDAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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