#BBB2E4

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

Shades of Melrose #BBB2E4

Tints of Melrose #BBB2E4

Color information

#BBB2E4 (or 0xBBB2E4) is unknown color: approx Melrose. HEX triplet: BB, B2 and E4. RGB value is (187,178,228). Sum of RGB (Red+Green+Blue) = 187+178+228=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBB2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2E4 is #444D1B. Grayscale: #BABABA. Windows color (decimal): -4476188 or 14987963. OLE color: 14987963.

HSL color Cylindrical-coordinate representation of color #BBB2E4: hue angle of 250.8º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB2E4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187178228-
CMYK0.180.2200.11
HSL250.8º48.08%79.61%-
HSV(B)250.8º21.93%89.41%-
XYZ50.4248.0180.01-
YUV186.39151.48128.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=31.53%
G=30.02%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871782280.180.2200.11250.848.0879.61
HexBBB2E412160Bfb3050
Octal273262344222601337360120
Binary101110111011001011100100100101011001011111110111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2E4; }

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

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

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

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

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

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

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

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