Html Css Color HEX #B9A5F2 Melrose

📋 copy color: '#B9A5F2'

red 185 ◦ green 165 ◦ blue 242

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

Shades of Melrose #B9A5F2

Tints of Melrose #B9A5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 31.25%
G = 27.87%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9A5F2 (or 0xB9A5F2) is known color: Melrose. HEX triplet: B9, A5 and F2. RGB value is (185,165,242). Sum of RGB (Red+Green+Blue) = 185+165+242=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9A5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5F2 is #465A0D. Grayscale: #B3B3B3. Windows color (decimal): -4610574 or 15902137. OLE color: 15902137.

HSL color Cylindrical-coordinate representation of color #B9A5F2: hue angle of 255.58º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9A5F2 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 165 242 -
CMYK 0.24 0.32 0 0.05
HSL 255.58º 0.75% 0.8% -
HSV(B) 255.58º 0.32% 0.95% -
XYZ 49.49 43.64 89.82 -
YUV 179.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 185 165 242 0.24 0.32 0 0.05 255.58 0.75 0.8
Hex B9 A5 F2 18 20 0 5 100 4B 50
Octal 271 245 362 30 40 0 5 400 113 120
Binary 10111001 10100101 11110010 11000 100000 0 101 100000000 1001011 1010000

Color Harmonies of #B9A5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5F2

Black with #B9A5F2

Text Example


Text Example

White with #B9A5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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