Html Css Color HEX #B9A8EA Melrose

📋 copy color: '#B9A8EA'

red 185 ◦ green 168 ◦ blue 234

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

Shades of Melrose #B9A8EA

Tints of Melrose #B9A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.62%

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

R = 31.52%
G = 28.62%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9A8EA (or 0xB9A8EA) is known color: Melrose. HEX triplet: B9, A8 and EA. RGB value is (185,168,234). Sum of RGB (Red+Green+Blue) = 185+168+234=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A8EA is #465715. Grayscale: #B4B4B4. Windows color (decimal): -4609814 or 15378617. OLE color: 15378617.

HSL color Cylindrical-coordinate representation of color #B9A8EA: hue angle of 255.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9A8EA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 168 234 -
CMYK 0.21 0.28 0 0.08
HSL 255.45º 0.61% 0.79% -
HSV(B) 255.45º 0.28% 0.92% -
XYZ 48.86 44.26 83.81 -
YUV 180.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 185 168 234 0.21 0.28 0 0.08 255.45 0.61 0.79
Hex B9 A8 EA 15 1C 0 8 FF 3D 4F
Octal 271 250 352 25 34 0 10 377 75 117
Binary 10111001 10101000 11101010 10101 11100 0 1000 11111111 111101 1001111

Color Harmonies of #B9A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8EA

Black with #B9A8EA

Text Example


Text Example

White with #B9A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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