#BBAFE9

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

Shades of Melrose #BBAFE9

Tints of Melrose #BBAFE9

Color information

#BBAFE9 (or 0xBBAFE9) is unknown color: approx Melrose. HEX triplet: BB, AF and E9. RGB value is (187,175,233). Sum of RGB (Red+Green+Blue) = 187+175+233=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFE9 is #445016. Grayscale: #B8B8B8. Windows color (decimal): -4476951 or 15314875. OLE color: 15314875.

HSL color Cylindrical-coordinate representation of color #BBAFE9: hue angle of 252.41º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAFE9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187175233-
CMYK0.200.2500.09
HSL252.41º56.86%80%-
HSV(B)252.41º24.89%91.37%-
XYZ50.5347.1183.52-
YUV185.2154.98129.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=31.43%
G=29.41%
B=39.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871752330.200.2500.09252.4156.8680
HexBBAFE9141909fc3950
Octal273257351243101137471120
Binary101110111010111111101001101001100101001111111001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFE9; }

 p { color: rgb(187,175,233); }

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

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

 a { background-color: rgb(187,175,233); }

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

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

 span { border-color: rgb(187,175,233); }

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