Html Css Color HEX #B5ABF2 Melrose

📋 copy color: '#B5ABF2'

red 181 ◦ green 171 ◦ blue 242

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

Shades of Melrose #B5ABF2

Tints of Melrose #B5ABF2

RGB

 RED value IS 181 (71.09% from 255) = 30.47%

 GREEN value IS 171 (67.19% from 255) = 28.79%

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

R = 30.47%
G = 28.79%
B = 40.74%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5ABF2 (or 0xB5ABF2) is known color: Melrose. HEX triplet: B5, AB and F2. RGB value is (181,171,242). Sum of RGB (Red+Green+Blue) = 181+171+242=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABF2 is #4A540D. Grayscale: #B5B5B5. Windows color (decimal): -4871182 or 15903669. OLE color: 15903669.

HSL color Cylindrical-coordinate representation of color #B5ABF2: hue angle of 248.45º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5ABF2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 171 242 -
CMYK 0.25 0.29 0 0.05
HSL 248.45º 0.73% 0.81% -
HSV(B) 248.45º 0.29% 0.95% -
XYZ 49.65 45.36 90.14 -
YUV 182.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 181 171 242 0.25 0.29 0 0.05 248.45 0.73 0.81
Hex B5 AB F2 19 1D 0 5 F8 49 51
Octal 265 253 362 31 35 0 5 370 111 121
Binary 10110101 10101011 11110010 11001 11101 0 101 11111000 1001001 1010001

Color Harmonies of #B5ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABF2

Black with #B5ABF2

Text Example


Text Example

White with #B5ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABF2; }

 p { color: rgb(181,171,242); }

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

background-color css

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

 a { background-color: rgb(181,171,242); }

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

border-color css

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

 span { border-color: rgb(181,171,242); }

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