#BBACF8

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

Shades of Melrose #BBACF8

Tints of Melrose #BBACF8

Color information

#BBACF8 (or 0xBBACF8) is unknown color: approx Melrose. HEX triplet: BB, AC and F8. RGB value is (187,172,248). Sum of RGB (Red+Green+Blue) = 187+172+248=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF8 is #445307. Grayscale: #B8B8B8. Windows color (decimal): -4477704 or 16297147. OLE color: 16297147.

HSL color Cylindrical-coordinate representation of color #BBACF8: hue angle of 251.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBACF8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187172248-
CMYK0.250.3100.03
HSL251.84º84.44%82.35%-
HSV(B)251.84º30.65%97.25%-
XYZ52.1946.8595.1-
YUV185.15163.47129.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=30.81%
G=28.34%
B=40.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871722480.250.3100.03251.8484.4482.35
HexBBACF8191F03fc5452
Octal273254370313703374124122
Binary10111011101011001111100011001111110111111110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACF8; }

 p { color: rgb(187,172,248); }

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

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

 a { background-color: rgb(187,172,248); }

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

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

 span { border-color: rgb(187,172,248); }

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