#BBB3EA

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

Shades of Melrose #BBB3EA

Tints of Melrose #BBB3EA

Color information

#BBB3EA (or 0xBBB3EA) is unknown color: approx Melrose. HEX triplet: BB, B3 and EA. RGB value is (187,179,234). Sum of RGB (Red+Green+Blue) = 187+179+234=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3EA is #444C15. Grayscale: #BBBBBB. Windows color (decimal): -4475926 or 15381435. OLE color: 15381435.

HSL color Cylindrical-coordinate representation of color #BBB3EA: hue angle of 248.73º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB3EA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187179234-
CMYK0.200.2400.08
HSL248.73º56.7%80.98%-
HSV(B)248.73º23.5%91.76%-
XYZ51.4648.7584.54-
YUV187.66154.15127.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 234 (91.80% from 255) = 39%
R=31.17%
G=29.83%
B=39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871792340.200.2400.08248.7356.780.98
HexBBB3EA141808f93951
Octal273263352243001037171121
Binary101110111011001111101010101001100001000111110011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3EA; }

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

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

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

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

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

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

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

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