#BBA8EA

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

Shades of Melrose #BBA8EA

Tints of Melrose #BBA8EA

Color information

#BBA8EA (or 0xBBA8EA) is unknown color: approx Melrose. HEX triplet: BB, A8 and EA. RGB value is (187,168,234). Sum of RGB (Red+Green+Blue) = 187+168+234=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EA is #445715. Grayscale: #B4B4B4. Windows color (decimal): -4478742 or 15378619. OLE color: 15378619.

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

Color convert

RGB187168234-
CMYK0.200.2800.08
HSL257.27º61.11%78.82%-
HSV(B)257.27º28.21%91.76%-
XYZ49.3544.5183.83-
YUV181.2157.79132.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=31.75%
G=28.52%
B=39.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871682340.200.2800.08257.2761.1178.82
HexBBA8EA141C081013d4f
Octal273250352243401040175117
Binary1011101110101000111010101010011100010001000000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8EA; }

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

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

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

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

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

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

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

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