#BBADFE

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

Shades of Melrose #BBADFE

Tints of Melrose #BBADFE

Color information

#BBADFE (or 0xBBADFE) is unknown color: approx Melrose. HEX triplet: BB, AD and FE. RGB value is (187,173,254). Sum of RGB (Red+Green+Blue) = 187+173+254=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFE is #445201. Grayscale: #BABABA. Windows color (decimal): -4477442 or 16690619. OLE color: 16690619.

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

Color convert

RGB187173254-
CMYK0.260.3200.00
HSL250.37º97.59%83.73%-
HSV(B)250.37º31.89%99.61%-
XYZ53.3347.61100.14-
YUV186.42166.14128.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=30.46%
G=28.18%
B=41.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871732540.260.3200.00250.3797.5983.73
HexBBADFE1A2000fa6254
Octal273255376324000372142124
Binary10111011101011011111111011010100000001111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADFE; }

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

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

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

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

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

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

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

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