#BBB5EF

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

Shades of Melrose #BBB5EF

Tints of Melrose #BBB5EF

Color information

#BBB5EF (or 0xBBB5EF) is unknown color: approx Melrose. HEX triplet: BB, B5 and EF. RGB value is (187,181,239). Sum of RGB (Red+Green+Blue) = 187+181+239=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5EF is #444A10. Grayscale: #BDBDBD. Windows color (decimal): -4475409 or 15709627. OLE color: 15709627.

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

Color convert

RGB187181239-
CMYK0.220.2400.06
HSL246.21º64.44%82.35%-
HSV(B)246.21º24.27%93.73%-
XYZ52.649.8488.51-
YUV189.41155.99126.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=30.81%
G=29.82%
B=39.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871812390.220.2400.06246.2164.4482.35
HexBBB5EF161806f64052
Octal273265357263006366100122
Binary101110111011010111101111101101100001101111011010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5EF; }

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

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

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

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

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

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

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

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