#BBADFD

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

Shades of Melrose #BBADFD

Tints of Melrose #BBADFD

Color information

#BBADFD (or 0xBBADFD) is unknown color: approx Melrose. HEX triplet: BB, AD and FD. RGB value is (187,173,253). Sum of RGB (Red+Green+Blue) = 187+173+253=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFD is #445202. Grayscale: #BABABA. Windows color (decimal): -4477443 or 16625083. OLE color: 16625083.

HSL color Cylindrical-coordinate representation of color #BBADFD: hue angle of 250.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBADFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187173253-
CMYK0.260.3200.01
HSL250.5º95.24%83.53%-
HSV(B)250.5º31.62%99.22%-
XYZ53.1747.5499.3-
YUV186.31165.64128.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=30.51%
G=28.22%
B=41.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871732530.260.3200.01250.595.2483.53
HexBBADFD1A2001fa5f54
Octal273255375324001372137124
Binary10111011101011011111110111010100000011111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADFD; }

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

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

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

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

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

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

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

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