Html Css Color HEX #B6ACE4 Melrose

📋 copy color: '#B6ACE4'

red 182 ◦ green 172 ◦ blue 228

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

Shades of Melrose #B6ACE4

Tints of Melrose #B6ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.18%

R = 31.27%
G = 29.55%
B = 39.18%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B6ACE4 (or 0xB6ACE4) is known color: Melrose. HEX triplet: B6, AC and E4. RGB value is (182,172,228). Sum of RGB (Red+Green+Blue) = 182+172+228=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #B6ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACE4 is #49531B. Grayscale: #B5B5B5. Windows color (decimal): -4805404 or 14986422. OLE color: 14986422.

HSL color Cylindrical-coordinate representation of color #B6ACE4: hue angle of 250.71º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6ACE4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 172 228 -
CMYK 0.20 0.25 0 0.11
HSL 250.71º 0.51% 0.78% -
HSV(B) 250.71º 0.25% 0.89% -
XYZ 48.05 45.05 79.56 -
YUV 181.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 182 172 228 0.20 0.25 0 0.11 250.71 0.51 0.78
Hex B6 AC E4 14 19 0 B FB 33 4E
Octal 266 254 344 24 31 0 13 373 63 116
Binary 10110110 10101100 11100100 10100 11001 0 1011 11111011 110011 1001110

Color Harmonies of #B6ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ACE4

Black with #B6ACE4

Text Example


Text Example

White with #B6ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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