#B9AEEF

Color #B9AEEF Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #B9AEEF

Tints of Melrose #B9AEEF

Color information

#B9AEEF (or 0xB9AEEF) is unknown color: approx Melrose. HEX triplet: B9, AE and EF. RGB value is (185,174,239). Sum of RGB (Red+Green+Blue) = 185+174+239=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AEEF is #465110. Grayscale: #B8B8B8. Windows color (decimal): -4608273 or 15707833. OLE color: 15707833.

HSL color Cylindrical-coordinate representation of color #B9AEEF: hue angle of 250.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9AEEF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185174239-
CMYK0.230.2700.06
HSL250.15º67.01%80.98%-
HSV(B)250.15º27.2%93.73%-
XYZ50.7246.8288.02-
YUV184.7158.64128.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=30.94%
G=29.10%
B=39.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851742390.230.2700.06250.1567.0180.98
HexB9AEEF171B06fa4351
Octal271256357273306372103121
Binary101110011010111011101111101111101101101111101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEEF; }

 p { color: rgb(185,174,239); }

 H1.HeaderClassName
 {
   color: #B9AEEF;
 }
 .AnyTagClassName
 {
   color: #B9AEEF;
 }
</style>
background-color css

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

 a { background-color: rgb(185,174,239); }

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

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

 span { border-color: rgb(185,174,239); }

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