Html Css Color HEX #B1A5EA Melrose

📋 copy color: '#B1A5EA'

red 177 ◦ green 165 ◦ blue 234

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

Shades of Melrose #B1A5EA

Tints of Melrose #B1A5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.65%

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 30.73%
G = 28.65%
B = 40.63%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A5EA (or 0xB1A5EA) is known color: Melrose. HEX triplet: B1, A5 and EA. RGB value is (177,165,234). Sum of RGB (Red+Green+Blue) = 177+165+234=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A5EA is #4E5A15. Grayscale: #B0B0B0. Windows color (decimal): -5134870 or 15377841. OLE color: 15377841.

HSL color Cylindrical-coordinate representation of color #B1A5EA: hue angle of 250.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A5EA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 165 234 -
CMYK 0.24 0.29 0 0.08
HSL 250.43º 0.62% 0.78% -
HSV(B) 250.43º 0.29% 0.92% -
XYZ 46.44 42.2 83.54 -
YUV 176.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 177 165 234 0.24 0.29 0 0.08 250.43 0.62 0.78
Hex B1 A5 EA 18 1D 0 8 FA 3E 4E
Octal 261 245 352 30 35 0 10 372 76 116
Binary 10110001 10100101 11101010 11000 11101 0 1000 11111010 111110 1001110

Color Harmonies of #B1A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5EA

Black with #B1A5EA

Text Example


Text Example

White with #B1A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5EA; }

 p { color: rgb(177,165,234); }

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

background-color css

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

 a { background-color: rgb(177,165,234); }

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

border-color css

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

 span { border-color: rgb(177,165,234); }

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