#BBB4EB

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

Shades of Melrose #BBB4EB

Tints of Melrose #BBB4EB

Color information

#BBB4EB (or 0xBBB4EB) is unknown color: approx Melrose. HEX triplet: BB, B4 and EB. RGB value is (187,180,235). Sum of RGB (Red+Green+Blue) = 187+180+235=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4EB is #444B14. Grayscale: #BCBCBC. Windows color (decimal): -4475669 or 15447227. OLE color: 15447227.

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

Color convert

RGB187180235-
CMYK0.200.2300.08
HSL247.64º57.89%81.37%-
HSV(B)247.64º23.4%92.16%-
XYZ51.8149.2185.36-
YUV188.36154.32127.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=31.06%
G=29.90%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871802350.200.2300.08247.6457.8981.37
HexBBB4EB141708f83a51
Octal273264353242701037072121
Binary101110111011010011101011101001011101000111110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4EB; }

 p { color: rgb(187,180,235); }

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

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

 a { background-color: rgb(187,180,235); }

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

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

 span { border-color: rgb(187,180,235); }

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