Html Css Color HEX #B6ACF7 Melrose

📋 copy color: '#B6ACF7'

red 182 ◦ green 172 ◦ blue 247

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

Shades of Melrose #B6ACF7

Tints of Melrose #B6ACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.62%

 BLUE value IS 247 (96.88% from 255) = 41.1%

R = 30.28%
G = 28.62%
B = 41.1%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B6ACF7 (or 0xB6ACF7) is known color: Melrose. HEX triplet: B6, AC and F7. RGB value is (182,172,247). Sum of RGB (Red+Green+Blue) = 182+172+247=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #B6ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACF7 is #495308. Grayscale: #B7B7B7. Windows color (decimal): -4805385 or 16231606. OLE color: 16231606.

HSL color Cylindrical-coordinate representation of color #B6ACF7: hue angle of 248º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6ACF7 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 172 247 -
CMYK 0.26 0.30 0 0.03
HSL 248º 0.82% 0.82% -
HSV(B) 248º 0.3% 0.97% -
XYZ 50.83 46.17 94.23 -
YUV 183.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 182 172 247 0.26 0.30 0 0.03 248 0.82 0.82
Hex B6 AC F7 1A 1E 0 3 F8 52 52
Octal 266 254 367 32 36 0 3 370 122 122
Binary 10110110 10101100 11110111 11010 11110 0 11 11111000 1010010 1010010

Color Harmonies of #B6ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ACF7

Black with #B6ACF7

Text Example


Text Example

White with #B6ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ACF7; }

 p { color: rgb(182,172,247); }

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

background-color css

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

 a { background-color: rgb(182,172,247); }

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

border-color css

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

 span { border-color: rgb(182,172,247); }

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