Html Css Color HEX #B1A5F2 Melrose

📋 copy color: '#B1A5F2'

red 177 ◦ green 165 ◦ blue 242

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

Shades of Melrose #B1A5F2

Tints of Melrose #B1A5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 30.31%
G = 28.25%
B = 41.44%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B1A5F2 (or 0xB1A5F2) is known color: Melrose. HEX triplet: B1, A5 and F2. RGB value is (177,165,242). Sum of RGB (Red+Green+Blue) = 177+165+242=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1A5F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A5F2 is #4E5A0D. Grayscale: #B1B1B1. Windows color (decimal): -5134862 or 15902129. OLE color: 15902129.

HSL color Cylindrical-coordinate representation of color #B1A5F2: hue angle of 249.35º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1A5F2 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 165 242 -
CMYK 0.27 0.32 0 0.05
HSL 249.35º 0.75% 0.8% -
HSV(B) 249.35º 0.32% 0.95% -
XYZ 47.61 42.67 89.73 -
YUV 177.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 177 165 242 0.27 0.32 0 0.05 249.35 0.75 0.8
Hex B1 A5 F2 1B 20 0 5 F9 4B 50
Octal 261 245 362 33 40 0 5 371 113 120
Binary 10110001 10100101 11110010 11011 100000 0 101 11111001 1001011 1010000

Color Harmonies of #B1A5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5F2

Black with #B1A5F2

Text Example


Text Example

White with #B1A5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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