#BBAFE5

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

Shades of Melrose #BBAFE5

Tints of Melrose #BBAFE5

Color information

#BBAFE5 (or 0xBBAFE5) is unknown color: approx Melrose. HEX triplet: BB, AF and E5. RGB value is (187,175,229). Sum of RGB (Red+Green+Blue) = 187+175+229=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE5 is #44501A. Grayscale: #B8B8B8. Windows color (decimal): -4476955 or 15052731. OLE color: 15052731.

HSL color Cylindrical-coordinate representation of color #BBAFE5: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAFE5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187175229-
CMYK0.180.2400.10
HSL253.33º50.94%79.22%-
HSV(B)253.33º23.58%89.8%-
XYZ49.9746.8880.54-
YUV184.74152.98129.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 229 (89.84% from 255) = 38.75%
R=31.64%
G=29.61%
B=38.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871752290.180.2400.10253.3350.9479.22
HexBBAFE512180Afd334f
Octal273257345223001237563117
Binary101110111010111111100101100101100001010111111011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFE5; }

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

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

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

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

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

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

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

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