Html Css Color HEX #B1A2FE Melrose

📋 copy color: '#B1A2FE'

red 177 ◦ green 162 ◦ blue 254

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

Shades of Melrose #B1A2FE

Tints of Melrose #B1A2FE

RGB

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

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

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

R = 29.85%
G = 27.32%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1A2FE (or 0xB1A2FE) is known color: Melrose. HEX triplet: B1, A2 and FE. RGB value is (177,162,254). Sum of RGB (Red+Green+Blue) = 177+162+254=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A2FE is #4E5D01. Grayscale: #B0B0B0. Windows color (decimal): -5135618 or 16687793. OLE color: 16687793.

HSL color Cylindrical-coordinate representation of color #B1A2FE: hue angle of 249.78º 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 #B1A2FE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 162 254 -
CMYK 0.30 0.36 0 0.00
HSL 249.78º 0.98% 0.82% -
HSV(B) 249.78º 0.36% 1% -
XYZ 48.94 42.34 99.36 -
YUV 176.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 177 162 254 0.30 0.36 0 0.00 249.78 0.98 0.82
Hex B1 A2 FE 1E 24 0 0 FA 62 52
Octal 261 242 376 36 44 0 0 372 142 122
Binary 10110001 10100010 11111110 11110 100100 0 0 11111010 1100010 1010010

Color Harmonies of #B1A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2FE

Black with #B1A2FE

Text Example


Text Example

White with #B1A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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