Html Css Color HEX #B9A5EF Melrose

📋 copy color: '#B9A5EF'

red 185 ◦ green 165 ◦ blue 239

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

Shades of Melrose #B9A5EF

Tints of Melrose #B9A5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 31.41%
G = 28.01%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9A5EF (or 0xB9A5EF) is known color: Melrose. HEX triplet: B9, A5 and EF. RGB value is (185,165,239). Sum of RGB (Red+Green+Blue) = 185+165+239=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5EF is #465A10. Grayscale: #B3B3B3. Windows color (decimal): -4610577 or 15705529. OLE color: 15705529.

HSL color Cylindrical-coordinate representation of color #B9A5EF: hue angle of 256.22º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A5EF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 165 239 -
CMYK 0.23 0.31 0 0.06
HSL 256.22º 0.7% 0.79% -
HSV(B) 256.22º 0.31% 0.94% -
XYZ 49.04 43.46 87.46 -
YUV 179.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 185 165 239 0.23 0.31 0 0.06 256.22 0.7 0.79
Hex B9 A5 EF 17 1F 0 6 100 46 4F
Octal 271 245 357 27 37 0 6 400 106 117
Binary 10111001 10100101 11101111 10111 11111 0 110 100000000 1000110 1001111

Color Harmonies of #B9A5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5EF

Black with #B9A5EF

Text Example


Text Example

White with #B9A5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5EF; }

 p { color: rgb(185,165,239); }

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

background-color css

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

 a { background-color: rgb(185,165,239); }

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

border-color css

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

 span { border-color: rgb(185,165,239); }

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