#BBB1DA

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

Shades of Melrose #BBB1DA

Tints of Melrose #BBB1DA

Color information

#BBB1DA (or 0xBBB1DA) is unknown color: approx Melrose. HEX triplet: BB, B1 and DA. RGB value is (187,177,218). Sum of RGB (Red+Green+Blue) = 187+177+218=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DA is #444E25. Grayscale: #B8B8B8. Windows color (decimal): -4476454 or 14332347. OLE color: 14332347.

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

Color convert

RGB187177218-
CMYK0.140.1900.15
HSL254.63º35.65%77.45%-
HSV(B)254.63º18.81%85.49%-
XYZ48.8747.0772.84-
YUV184.66146.81129.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=32.13%
G=30.41%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871772180.140.1900.15254.6335.6577.45
HexBBB1DAE130Fff244d
Octal273261332162301737744115
Binary10111011101100011101101011101001101111111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1DA; }

 p { color: rgb(187,177,218); }

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

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

 a { background-color: rgb(187,177,218); }

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

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

 span { border-color: rgb(187,177,218); }

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