Html Css Color HEX #B1A0F9 Melrose

📋 copy color: '#B1A0F9'

red 177 ◦ green 160 ◦ blue 249

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

Shades of Melrose #B1A0F9

Tints of Melrose #B1A0F9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.3%

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 30.2%
G = 27.3%
B = 42.49%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1A0F9 (or 0xB1A0F9) is known color: Melrose. HEX triplet: B1, A0 and F9. RGB value is (177,160,249). Sum of RGB (Red+Green+Blue) = 177+160+249=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1A0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A0F9 is #4E5F06. Grayscale: #AEAEAE. Windows color (decimal): -5136135 or 16359601. OLE color: 16359601.

HSL color Cylindrical-coordinate representation of color #B1A0F9: hue angle of 251.46º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1A0F9 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 160 249 -
CMYK 0.29 0.36 0 0.02
HSL 251.46º 0.88% 0.8% -
HSV(B) 251.46º 0.36% 0.98% -
XYZ 47.8 41.33 95.08 -
YUV 175.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 177 160 249 0.29 0.36 0 0.02 251.46 0.88 0.8
Hex B1 A0 F9 1D 24 0 2 FB 58 50
Octal 261 240 371 35 44 0 2 373 130 120
Binary 10110001 10100000 11111001 11101 100100 0 10 11111011 1011000 1010000

Color Harmonies of #B1A0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A0F9

Black with #B1A0F9

Text Example


Text Example

White with #B1A0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A0F9; }

 p { color: rgb(177,160,249); }

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

background-color css

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

 a { background-color: rgb(177,160,249); }

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

border-color css

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

 span { border-color: rgb(177,160,249); }

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