Html Css Color HEX #B1A6EB Melrose

📋 copy color: '#B1A6EB'

red 177 ◦ green 166 ◦ blue 235

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

Shades of Melrose #B1A6EB

Tints of Melrose #B1A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.72%

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 30.62%
G = 28.72%
B = 40.66%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A6EB (or 0xB1A6EB) is known color: Melrose. HEX triplet: B1, A6 and EB. RGB value is (177,166,235). Sum of RGB (Red+Green+Blue) = 177+166+235=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A6EB is #4E5914. Grayscale: #B0B0B0. Windows color (decimal): -5134613 or 15443633. OLE color: 15443633.

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

Color convert

RGB 177 166 235 -
CMYK 0.25 0.29 0 0.08
HSL 249.57º 0.63% 0.79% -
HSV(B) 249.57º 0.29% 0.92% -
XYZ 46.76 42.62 84.36 -
YUV 177.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 177 166 235 0.25 0.29 0 0.08 249.57 0.63 0.79
Hex B1 A6 EB 19 1D 0 8 FA 3F 4F
Octal 261 246 353 31 35 0 10 372 77 117
Binary 10110001 10100110 11101011 11001 11101 0 1000 11111010 111111 1001111

Color Harmonies of #B1A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A6EB

Black with #B1A6EB

Text Example


Text Example

White with #B1A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A6EB; }

 p { color: rgb(177,166,235); }

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

background-color css

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

 a { background-color: rgb(177,166,235); }

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

border-color css

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

 span { border-color: rgb(177,166,235); }

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