#BBB3EF

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

Shades of Melrose #BBB3EF

Tints of Melrose #BBB3EF

Color information

#BBB3EF (or 0xBBB3EF) is unknown color: approx Melrose. HEX triplet: BB, B3 and EF. RGB value is (187,179,239). Sum of RGB (Red+Green+Blue) = 187+179+239=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3EF is #444C10. Grayscale: #BCBCBC. Windows color (decimal): -4475921 or 15709115. OLE color: 15709115.

HSL color Cylindrical-coordinate representation of color #BBB3EF: hue angle of 248º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB3EF is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187179239-
CMYK0.220.2500.06
HSL248º65.22%81.96%-
HSV(B)248º25.1%93.73%-
XYZ52.1949.0488.38-
YUV188.23156.65127.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=30.91%
G=29.59%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871792390.220.2500.0624865.2281.96
HexBBB3EF161906f84152
Octal273263357263106370101122
Binary101110111011001111101111101101100101101111100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3EF; }

 p { color: rgb(187,179,239); }

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

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

 a { background-color: rgb(187,179,239); }

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

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

 span { border-color: rgb(187,179,239); }

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