#BBB2EB

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

Shades of Melrose #BBB2EB

Tints of Melrose #BBB2EB

Color information

#BBB2EB (or 0xBBB2EB) is unknown color: approx Melrose. HEX triplet: BB, B2 and EB. RGB value is (187,178,235). Sum of RGB (Red+Green+Blue) = 187+178+235=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2EB is #444D14. Grayscale: #BABABA. Windows color (decimal): -4476181 or 15446715. OLE color: 15446715.

HSL color Cylindrical-coordinate representation of color #BBB2EB: hue angle of 249.47º degrees, saturation: 0.59, 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 #BBB2EB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187178235-
CMYK0.200.2400.08
HSL249.47º58.76%80.98%-
HSV(B)249.47º24.26%92.16%-
XYZ51.4148.485.23-
YUV187.19154.98127.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=31.17%
G=29.67%
B=39.17%

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
Decimal1871782350.200.2400.08249.4758.7680.98
HexBBB2EB141808f93b51
Octal273262353243001037173121
Binary101110111011001011101011101001100001000111110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2EB; }

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

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

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

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

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

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

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

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