Html Css Color HEX #B6ABEC Melrose

📋 copy color: '#B6ABEC'

red 182 ◦ green 171 ◦ blue 236

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

Shades of Melrose #B6ABEC

Tints of Melrose #B6ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.07%

R = 30.9%
G = 29.03%
B = 40.07%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6ABEC (or 0xB6ABEC) is known color: Melrose. HEX triplet: B6, AB and EC. RGB value is (182,171,236). Sum of RGB (Red+Green+Blue) = 182+171+236=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABEC is #495413. Grayscale: #B5B5B5. Windows color (decimal): -4805652 or 15510454. OLE color: 15510454.

HSL color Cylindrical-coordinate representation of color #B6ABEC: hue angle of 250.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6ABEC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 171 236 -
CMYK 0.23 0.28 0 0.07
HSL 250.15º 0.63% 0.8% -
HSV(B) 250.15º 0.28% 0.93% -
XYZ 48.99 45.13 85.48 -
YUV 181.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 182 171 236 0.23 0.28 0 0.07 250.15 0.63 0.8
Hex B6 AB EC 17 1C 0 7 FA 3F 50
Octal 266 253 354 27 34 0 7 372 77 120
Binary 10110110 10101011 11101100 10111 11100 0 111 11111010 111111 1010000

Color Harmonies of #B6ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABEC

Black with #B6ABEC

Text Example


Text Example

White with #B6ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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