Html Css Color HEX #B5A6FE Melrose

📋 copy color: '#B5A6FE'

red 181 ◦ green 166 ◦ blue 254

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

Shades of Melrose #B5A6FE

Tints of Melrose #B5A6FE

RGB

 RED value IS 181 (71.09% from 255) = 30.12%

 GREEN value IS 166 (65.23% from 255) = 27.62%

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

R = 30.12%
G = 27.62%
B = 42.26%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5A6FE (or 0xB5A6FE) is known color: Melrose. HEX triplet: B5, A6 and FE. RGB value is (181,166,254). Sum of RGB (Red+Green+Blue) = 181+166+254=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 166 (65.23% from 255 or 27.62% 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 #B5A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A6FE is #4A5901. Grayscale: #B4B4B4. Windows color (decimal): -4872450 or 16688821. OLE color: 16688821.

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

Color convert

RGB 181 166 254 -
CMYK 0.29 0.35 0 0.00
HSL 250.23º 0.98% 0.82% -
HSV(B) 250.23º 0.35% 1% -
XYZ 50.58 44.25 99.64 -
YUV 180.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 181 166 254 0.29 0.35 0 0.00 250.23 0.98 0.82
Hex B5 A6 FE 1D 23 0 0 FA 62 52
Octal 265 246 376 35 43 0 0 372 142 122
Binary 10110101 10100110 11111110 11101 100011 0 0 11111010 1100010 1010010

Color Harmonies of #B5A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6FE

Black with #B5A6FE

Text Example


Text Example

White with #B5A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6FE; }

 p { color: rgb(181,166,254); }

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

background-color css

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

 a { background-color: rgb(181,166,254); }

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

border-color css

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

 span { border-color: rgb(181,166,254); }

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