Html Css Color HEX #B6ABFE Melrose

📋 copy color: '#B6ABFE'

red 182 ◦ green 171 ◦ blue 254

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

Shades of Melrose #B6ABFE

Tints of Melrose #B6ABFE

RGB

 RED value IS 182 (71.48% from 255) = 29.98%

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

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

R = 29.98%
G = 28.17%
B = 41.85%

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

#B6ABFE (or 0xB6ABFE) is known color: Melrose. HEX triplet: B6, AB and FE. RGB value is (182,171,254). Sum of RGB (Red+Green+Blue) = 182+171+254=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABFE is #495401. Grayscale: #B7B7B7. Windows color (decimal): -4805634 or 16690102. OLE color: 16690102.

HSL color Cylindrical-coordinate representation of color #B6ABFE: hue angle of 247.95º 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 #B6ABFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 171 254 -
CMYK 0.28 0.33 0 0.00
HSL 247.95º 0.98% 0.83% -
HSV(B) 247.95º 0.33% 1% -
XYZ 51.74 46.23 99.96 -
YUV 183.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 182 171 254 0.28 0.33 0 0.00 247.95 0.98 0.83
Hex B6 AB FE 1C 21 0 0 F8 62 53
Octal 266 253 376 34 41 0 0 370 142 123
Binary 10110110 10101011 11111110 11100 100001 0 0 11111000 1100010 1010011

Color Harmonies of #B6ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABFE

Black with #B6ABFE

Text Example


Text Example

White with #B6ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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