Html Css Color HEX #BDAAEB Melrose

📋 copy color: '#BDAAEB'

red 189 ◦ green 170 ◦ blue 235

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

Shades of Melrose #BDAAEB

Tints of Melrose #BDAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 31.82%
G = 28.62%
B = 39.56%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDAAEB (or 0xBDAAEB) is known color: Melrose. HEX triplet: BD, AA and EB. RGB value is (189,170,235). Sum of RGB (Red+Green+Blue) = 189+170+235=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAEB is #425514. Grayscale: #B6B6B6. Windows color (decimal): -4347157 or 15444669. OLE color: 15444669.

HSL color Cylindrical-coordinate representation of color #BDAAEB: hue angle of 257.54º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDAAEB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 170 235 -
CMYK 0.20 0.28 0 0.08
HSL 257.54º 0.62% 0.79% -
HSV(B) 257.54º 0.28% 0.92% -
XYZ 50.36 45.57 84.74 -
YUV 183.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 189 170 235 0.20 0.28 0 0.08 257.54 0.62 0.79
Hex BD AA EB 14 1C 0 8 102 3E 4F
Octal 275 252 353 24 34 0 10 402 76 117
Binary 10111101 10101010 11101011 10100 11100 0 1000 100000010 111110 1001111

Color Harmonies of #BDAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAEB

Black with #BDAAEB

Text Example


Text Example

White with #BDAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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