Html Css Color HEX #B1A1FE Melrose

📋 copy color: '#B1A1FE'

red 177 ◦ green 161 ◦ blue 254

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

Shades of Melrose #B1A1FE

Tints of Melrose #B1A1FE

RGB

 RED value IS 177 (69.53% from 255) = 29.9%

 GREEN value IS 161 (63.28% from 255) = 27.2%

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

R = 29.9%
G = 27.2%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1A1FE (or 0xB1A1FE) is known color: Melrose. HEX triplet: B1, A1 and FE. RGB value is (177,161,254). Sum of RGB (Red+Green+Blue) = 177+161+254=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A1FE is #4E5E01. Grayscale: #B0B0B0. Windows color (decimal): -5135874 or 16687537. OLE color: 16687537.

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

Color convert

RGB 177 161 254 -
CMYK 0.30 0.37 0 0.00
HSL 250.32º 0.98% 0.81% -
HSV(B) 250.32º 0.37% 1% -
XYZ 48.77 41.99 99.3 -
YUV 176.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 177 161 254 0.30 0.37 0 0.00 250.32 0.98 0.81
Hex B1 A1 FE 1E 25 0 0 FA 62 51
Octal 261 241 376 36 45 0 0 372 142 121
Binary 10110001 10100001 11111110 11110 100101 0 0 11111010 1100010 1010001

Color Harmonies of #B1A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1FE

Black with #B1A1FE

Text Example


Text Example

White with #B1A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1FE; }

 p { color: rgb(177,161,254); }

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

background-color css

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

 a { background-color: rgb(177,161,254); }

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

border-color css

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

 span { border-color: rgb(177,161,254); }

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