Html Css Color HEX #B9ACEA Melrose

📋 copy color: '#B9ACEA'

red 185 ◦ green 172 ◦ blue 234

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

Shades of Melrose #B9ACEA

Tints of Melrose #B9ACEA

RGB

 RED value IS 185 (72.66% from 255) = 31.3%

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

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

R = 31.3%
G = 29.1%
B = 39.59%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9ACEA (or 0xB9ACEA) is known color: Melrose. HEX triplet: B9, AC and EA. RGB value is (185,172,234). Sum of RGB (Red+Green+Blue) = 185+172+234=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACEA is #465315. Grayscale: #B6B6B6. Windows color (decimal): -4608790 or 15379641. OLE color: 15379641.

HSL color Cylindrical-coordinate representation of color #B9ACEA: hue angle of 252.58º 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 #B9ACEA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 172 234 -
CMYK 0.21 0.26 0 0.08
HSL 252.58º 0.6% 0.8% -
HSV(B) 252.58º 0.26% 0.92% -
XYZ 49.61 45.76 84.06 -
YUV 182.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 185 172 234 0.21 0.26 0 0.08 252.58 0.6 0.8
Hex B9 AC EA 15 1A 0 8 FD 3C 50
Octal 271 254 352 25 32 0 10 375 74 120
Binary 10111001 10101100 11101010 10101 11010 0 1000 11111101 111100 1010000

Color Harmonies of #B9ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACEA

Black with #B9ACEA

Text Example


Text Example

White with #B9ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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