Html Css Color HEX #B6ACEA Melrose

📋 copy color: '#B6ACEA'

red 182 ◦ green 172 ◦ blue 234

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

Shades of Melrose #B6ACEA

Tints of Melrose #B6ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 30.95%
G = 29.25%
B = 39.8%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6ACEA (or 0xB6ACEA) is known color: Melrose. HEX triplet: B6, AC and EA. RGB value is (182,172,234). Sum of RGB (Red+Green+Blue) = 182+172+234=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACEA is #495315. Grayscale: #B5B5B5. Windows color (decimal): -4805398 or 15379638. OLE color: 15379638.

HSL color Cylindrical-coordinate representation of color #B6ACEA: hue angle of 249.68º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6ACEA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 172 234 -
CMYK 0.22 0.26 0 0.08
HSL 249.68º 0.6% 0.8% -
HSV(B) 249.68º 0.26% 0.92% -
XYZ 48.9 45.39 84.03 -
YUV 182.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 182 172 234 0.22 0.26 0 0.08 249.68 0.6 0.8
Hex B6 AC EA 16 1A 0 8 FA 3C 50
Octal 266 254 352 26 32 0 10 372 74 120
Binary 10110110 10101100 11101010 10110 11010 0 1000 11111010 111100 1010000

Color Harmonies of #B6ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ACEA

Black with #B6ACEA

Text Example


Text Example

White with #B6ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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