Html Css Color HEX #B9A8F5 Melrose

📋 copy color: '#B9A8F5'

red 185 ◦ green 168 ◦ blue 245

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

Shades of Melrose #B9A8F5

Tints of Melrose #B9A8F5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.09%

 BLUE value IS 245 (96.09% from 255) = 40.97%

R = 30.94%
G = 28.09%
B = 40.97%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B9A8F5 (or 0xB9A8F5) is known color: Melrose. HEX triplet: B9, A8 and F5. RGB value is (185,168,245). Sum of RGB (Red+Green+Blue) = 185+168+245=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #B9A8F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A8F5 is #46570A. Grayscale: #B5B5B5. Windows color (decimal): -4609803 or 16099513. OLE color: 16099513.

HSL color Cylindrical-coordinate representation of color #B9A8F5: hue angle of 253.25º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A8F5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 168 245 -
CMYK 0.24 0.31 0 0.04
HSL 253.25º 0.79% 0.81% -
HSV(B) 253.25º 0.31% 0.96% -
XYZ 50.49 44.91 92.39 -
YUV 181.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 185 168 245 0.24 0.31 0 0.04 253.25 0.79 0.81
Hex B9 A8 F5 18 1F 0 4 FD 4F 51
Octal 271 250 365 30 37 0 4 375 117 121
Binary 10111001 10101000 11110101 11000 11111 0 100 11111101 1001111 1010001

Color Harmonies of #B9A8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8F5

Black with #B9A8F5

Text Example


Text Example

White with #B9A8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8F5; }

 p { color: rgb(185,168,245); }

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

background-color css

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

 a { background-color: rgb(185,168,245); }

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

border-color css

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

 span { border-color: rgb(185,168,245); }

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