#BBA8FF

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

Shades of Melrose #BBA8FF

Tints of Melrose #BBA8FF

Color information

#BBA8FF (or 0xBBA8FF) is unknown color: approx Melrose. HEX triplet: BB, A8 and FF. RGB value is (187,168,255). Sum of RGB (Red+Green+Blue) = 187+168+255=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FF is #445700. Grayscale: #B7B7B7. Windows color (decimal): -4478721 or 16754875. OLE color: 16754875.

HSL color Cylindrical-coordinate representation of color #BBA8FF: hue angle of 253.1º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA8FF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187168255-
CMYK0.270.3400
HSL253.1º100%82.94%-
HSV(B)253.1º34.12%100%-
XYZ52.5545.79100.68-
YUV183.6168.29130.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 255 (100% from 255) = 41.80%
R=30.66%
G=27.54%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871682550.270.3400253.110082.94
HexBBA8FF1B2200fd6453
Octal273250377334200375144123
Binary10111011101010001111111111011100010001111110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8FF; }

 p { color: rgb(187,168,255); }

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

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

 a { background-color: rgb(187,168,255); }

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

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

 span { border-color: rgb(187,168,255); }

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