Html Css Color HEX #B1A4FA Melrose

📋 copy color: '#B1A4FA'

red 177 ◦ green 164 ◦ blue 250

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

Shades of Melrose #B1A4FA

Tints of Melrose #B1A4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.75%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 29.95%
G = 27.75%
B = 42.3%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1A4FA (or 0xB1A4FA) is known color: Melrose. HEX triplet: B1, A4 and FA. RGB value is (177,164,250). Sum of RGB (Red+Green+Blue) = 177+164+250=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1A4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4FA is #4E5B05. Grayscale: #B1B1B1. Windows color (decimal): -5135110 or 16426161. OLE color: 16426161.

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

Color convert

RGB 177 164 250 -
CMYK 0.29 0.34 0 0.02
HSL 249.07º 0.9% 0.81% -
HSV(B) 249.07º 0.34% 0.98% -
XYZ 48.66 42.8 96.14 -
YUV 177.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 177 164 250 0.29 0.34 0 0.02 249.07 0.9 0.81
Hex B1 A4 FA 1D 22 0 2 F9 5A 51
Octal 261 244 372 35 42 0 2 371 132 121
Binary 10110001 10100100 11111010 11101 100010 0 10 11111001 1011010 1010001

Color Harmonies of #B1A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4FA

Black with #B1A4FA

Text Example


Text Example

White with #B1A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4FA; }

 p { color: rgb(177,164,250); }

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

background-color css

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

 a { background-color: rgb(177,164,250); }

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

border-color css

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

 span { border-color: rgb(177,164,250); }

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