#BBACF7

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

Shades of Melrose #BBACF7

Tints of Melrose #BBACF7

Color information

#BBACF7 (or 0xBBACF7) is unknown color: approx Melrose. HEX triplet: BB, AC and F7. RGB value is (187,172,247). Sum of RGB (Red+Green+Blue) = 187+172+247=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF7 is #445308. Grayscale: #B8B8B8. Windows color (decimal): -4477705 or 16231611. OLE color: 16231611.

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

Color convert

RGB187172247-
CMYK0.240.3000.03
HSL252º82.42%82.16%-
HSV(B)252º30.36%96.86%-
XYZ52.0346.7994.28-
YUV185.04162.97129.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 247 (96.88% from 255) = 40.76%
R=30.86%
G=28.38%
B=40.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871722470.240.3000.0325282.4282.16
HexBBACF7181E03fc5252
Octal273254367303603374122122
Binary10111011101011001111011111000111100111111110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACF7; }

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

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

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

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

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

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

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

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