#BBADF3

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

Shades of Melrose #BBADF3

Tints of Melrose #BBADF3

Color information

#BBADF3 (or 0xBBADF3) is unknown color: approx Melrose. HEX triplet: BB, AD and F3. RGB value is (187,173,243). Sum of RGB (Red+Green+Blue) = 187+173+243=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF3 is #44520C. Grayscale: #B8B8B8. Windows color (decimal): -4477453 or 15969723. OLE color: 15969723.

HSL color Cylindrical-coordinate representation of color #BBADF3: hue angle of 252º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBADF3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187173243-
CMYK0.230.2900.05
HSL252º74.47%81.57%-
HSV(B)252º28.81%95.29%-
XYZ51.6146.9291.13-
YUV185.17160.64129.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 243 (95.31% from 255) = 40.30%
R=31.01%
G=28.69%
B=40.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871732430.230.2900.0525274.4781.57
HexBBADF3171D05fc4a52
Octal273255363273505374112122
Binary101110111010110111110011101111110101011111110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADF3; }

 p { color: rgb(187,173,243); }

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

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

 a { background-color: rgb(187,173,243); }

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

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

 span { border-color: rgb(187,173,243); }

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