Html Css Color HEX #BDAAF4 Melrose

📋 copy color: '#BDAAF4'

red 189 ◦ green 170 ◦ blue 244

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

Shades of Melrose #BDAAF4

Tints of Melrose #BDAAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.46%

R = 31.34%
G = 28.19%
B = 40.46%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDAAF4 (or 0xBDAAF4) is known color: Melrose. HEX triplet: BD, AA and F4. RGB value is (189,170,244). Sum of RGB (Red+Green+Blue) = 189+170+244=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAF4 is #42550B. Grayscale: #B7B7B7. Windows color (decimal): -4347148 or 16034493. OLE color: 16034493.

HSL color Cylindrical-coordinate representation of color #BDAAF4: hue angle of 255.41º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDAAF4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 170 244 -
CMYK 0.23 0.30 0 0.04
HSL 255.41º 0.77% 0.81% -
HSV(B) 255.41º 0.3% 0.96% -
XYZ 51.69 46.1 91.76 -
YUV 184.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 189 170 244 0.23 0.30 0 0.04 255.41 0.77 0.81
Hex BD AA F4 17 1E 0 4 FF 4D 51
Octal 275 252 364 27 36 0 4 377 115 121
Binary 10111101 10101010 11110100 10111 11110 0 100 11111111 1001101 1010001

Color Harmonies of #BDAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAF4

Black with #BDAAF4

Text Example


Text Example

White with #BDAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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