Html Css Color HEX #BDAAE9 Melrose

📋 copy color: '#BDAAE9'

red 189 ◦ green 170 ◦ blue 233

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

Shades of Melrose #BDAAE9

Tints of Melrose #BDAAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.36%

R = 31.93%
G = 28.72%
B = 39.36%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDAAE9 (or 0xBDAAE9) is known color: Melrose. HEX triplet: BD, AA and E9. RGB value is (189,170,233). Sum of RGB (Red+Green+Blue) = 189+170+233=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAE9 is #425516. Grayscale: #B6B6B6. Windows color (decimal): -4347159 or 15313597. OLE color: 15313597.

HSL color Cylindrical-coordinate representation of color #BDAAE9: hue angle of 258.1º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDAAE9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 170 233 -
CMYK 0.19 0.27 0 0.09
HSL 258.1º 0.59% 0.79% -
HSV(B) 258.1º 0.27% 0.91% -
XYZ 50.07 45.45 83.22 -
YUV 182.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 189 170 233 0.19 0.27 0 0.09 258.1 0.59 0.79
Hex BD AA E9 13 1B 0 9 102 3B 4F
Octal 275 252 351 23 33 0 11 402 73 117
Binary 10111101 10101010 11101001 10011 11011 0 1001 100000010 111011 1001111

Color Harmonies of #BDAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAE9

Black with #BDAAE9

Text Example


Text Example

White with #BDAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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