#BBB2ED

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

Shades of Melrose #BBB2ED

Tints of Melrose #BBB2ED

Color information

#BBB2ED (or 0xBBB2ED) is unknown color: approx Melrose. HEX triplet: BB, B2 and ED. RGB value is (187,178,237). Sum of RGB (Red+Green+Blue) = 187+178+237=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2ED is #444D12. Grayscale: #BBBBBB. Windows color (decimal): -4476179 or 15577787. OLE color: 15577787.

HSL color Cylindrical-coordinate representation of color #BBB2ED: hue angle of 249.15º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB2ED is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187178237-
CMYK0.210.2500.07
HSL249.15º62.11%81.37%-
HSV(B)249.15º24.89%92.94%-
XYZ51.748.5286.76-
YUV187.42155.98127.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=31.06%
G=29.57%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871782370.210.2500.07249.1562.1181.37
HexBBB2ED151907f93e51
Octal27326235525310737176121
Binary10111011101100101110110110101110010111111110011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2ED; }

 p { color: rgb(187,178,237); }

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

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

 a { background-color: rgb(187,178,237); }

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

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

 span { border-color: rgb(187,178,237); }

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