Html Css Color HEX #B9AAFD Melrose

📋 copy color: '#B9AAFD'

red 185 ◦ green 170 ◦ blue 253

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

Shades of Melrose #B9AAFD

Tints of Melrose #B9AAFD

RGB

 RED value IS 185 (72.66% from 255) = 30.43%

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 30.43%
G = 27.96%
B = 41.61%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9AAFD (or 0xB9AAFD) is known color: Melrose. HEX triplet: B9, AA and FD. RGB value is (185,170,253). Sum of RGB (Red+Green+Blue) = 185+170+253=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAFD is #465502. Grayscale: #B7B7B7. Windows color (decimal): -4609283 or 16624313. OLE color: 16624313.

HSL color Cylindrical-coordinate representation of color #B9AAFD: hue angle of 250.84º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9AAFD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 170 253 -
CMYK 0.27 0.33 0 0.01
HSL 250.84º 0.95% 0.83% -
HSV(B) 250.84º 0.33% 0.99% -
XYZ 52.11 46.16 99.09 -
YUV 183.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 185 170 253 0.27 0.33 0 0.01 250.84 0.95 0.83
Hex B9 AA FD 1B 21 0 1 FB 5F 53
Octal 271 252 375 33 41 0 1 373 137 123
Binary 10111001 10101010 11111101 11011 100001 0 1 11111011 1011111 1010011

Color Harmonies of #B9AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAFD

Black with #B9AAFD

Text Example


Text Example

White with #B9AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAFD; }

 p { color: rgb(185,170,253); }

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

background-color css

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

 a { background-color: rgb(185,170,253); }

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

border-color css

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

 span { border-color: rgb(185,170,253); }

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