Html Css Color HEX #B9A2FE Melrose

📋 copy color: '#B9A2FE'

red 185 ◦ green 162 ◦ blue 254

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

Shades of Melrose #B9A2FE

Tints of Melrose #B9A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.96%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 30.78%
G = 26.96%
B = 42.26%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9A2FE (or 0xB9A2FE) is known color: Melrose. HEX triplet: B9, A2 and FE. RGB value is (185,162,254). Sum of RGB (Red+Green+Blue) = 185+162+254=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2FE is #465D01. Grayscale: #B3B3B3. Windows color (decimal): -4611330 or 16687801. OLE color: 16687801.

HSL color Cylindrical-coordinate representation of color #B9A2FE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A2FE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 162 254 -
CMYK 0.27 0.36 0 0.00
HSL 255º 0.98% 0.82% -
HSV(B) 255º 0.36% 1% -
XYZ 50.82 43.31 99.45 -
YUV 179.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 185 162 254 0.27 0.36 0 0.00 255 0.98 0.82
Hex B9 A2 FE 1B 24 0 0 FF 62 52
Octal 271 242 376 33 44 0 0 377 142 122
Binary 10111001 10100010 11111110 11011 100100 0 0 11111111 1100010 1010010

Color Harmonies of #B9A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2FE

Black with #B9A2FE

Text Example


Text Example

White with #B9A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2FE; }

 p { color: rgb(185,162,254); }

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

background-color css

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

 a { background-color: rgb(185,162,254); }

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

border-color css

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

 span { border-color: rgb(185,162,254); }

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