Html Css Color HEX #B7ABFE Melrose

📋 copy color: '#B7ABFE'

red 183 ◦ green 171 ◦ blue 254

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

Shades of Melrose #B7ABFE

Tints of Melrose #B7ABFE

RGB

 RED value IS 183 (71.88% from 255) = 30.1%

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 30.1%
G = 28.13%
B = 41.78%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7ABFE (or 0xB7ABFE) is known color: Melrose. HEX triplet: B7, AB and FE. RGB value is (183,171,254). Sum of RGB (Red+Green+Blue) = 183+171+254=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABFE is #485401. Grayscale: #B7B7B7. Windows color (decimal): -4740098 or 16690103. OLE color: 16690103.

HSL color Cylindrical-coordinate representation of color #B7ABFE: hue angle of 248.67º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7ABFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 171 254 -
CMYK 0.28 0.33 0 0.00
HSL 248.67º 0.98% 0.83% -
HSV(B) 248.67º 0.33% 1% -
XYZ 51.98 46.35 99.97 -
YUV 184.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 183 171 254 0.28 0.33 0 0.00 248.67 0.98 0.83
Hex B7 AB FE 1C 21 0 0 F9 62 53
Octal 267 253 376 34 41 0 0 371 142 123
Binary 10110111 10101011 11111110 11100 100001 0 0 11111001 1100010 1010011

Color Harmonies of #B7ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ABFE

Black with #B7ABFE

Text Example


Text Example

White with #B7ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ABFE; }

 p { color: rgb(183,171,254); }

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

background-color css

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

 a { background-color: rgb(183,171,254); }

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

border-color css

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

 span { border-color: rgb(183,171,254); }

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