#BBADF7

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

Shades of Melrose #BBADF7

Tints of Melrose #BBADF7

Color information

#BBADF7 (or 0xBBADF7) is unknown color: approx Melrose. HEX triplet: BB, AD and F7. RGB value is (187,173,247). Sum of RGB (Red+Green+Blue) = 187+173+247=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF7 is #445208. Grayscale: #B9B9B9. Windows color (decimal): -4477449 or 16231867. OLE color: 16231867.

HSL color Cylindrical-coordinate representation of color #BBADF7: hue angle of 251.35º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBADF7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187173247-
CMYK0.240.3000.03
HSL251.35º82.22%82.35%-
HSV(B)251.35º29.96%96.86%-
XYZ52.2347.1794.35-
YUV185.62162.64128.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=30.81%
G=28.50%
B=40.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871732470.240.3000.03251.3582.2282.35
HexBBADF7181E03fb5252
Octal273255367303603373122122
Binary10111011101011011111011111000111100111111101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADF7; }

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

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

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

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

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

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

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

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