#BBB2D8

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

Shades of Melrose #BBB2D8

Tints of Melrose #BBB2D8

Color information

#BBB2D8 (or 0xBBB2D8) is unknown color: approx Melrose. HEX triplet: BB, B2 and D8. RGB value is (187,178,216). Sum of RGB (Red+Green+Blue) = 187+178+216=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBB2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2D8 is #444D27. Grayscale: #B8B8B8. Windows color (decimal): -4476200 or 14201531. OLE color: 14201531.

HSL color Cylindrical-coordinate representation of color #BBB2D8: hue angle of 254.21º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB2D8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187178216-
CMYK0.130.1800.15
HSL254.21º32.76%77.25%-
HSV(B)254.21º17.59%84.71%-
XYZ48.8147.3671.54-
YUV185.02145.48129.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=32.19%
G=30.64%
B=37.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871782160.130.1800.15254.2132.7677.25
HexBBB2D8D120Ffe214d
Octal273262330152201737641115
Binary10111011101100101101100011011001001111111111101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2D8; }

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

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

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

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

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

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

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

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